CustomGeometry

CustomGeometry class

Represents a custom geometric shape.

class CustomGeometry extends Geometry;

Constructors

ConstructorDescription
constructor(Geometry)Constructs from a parent object convertible to this.

Properties

PropertyTypeDescription
pathsShapePathCollectionReadonly. Gets path collection information when shape is a NotPrimitive autoshape
shapeAdjustValuesShapeGuideCollectionReadonly. Gets a collection of shape adjust value

Methods

MethodDescription
getPaths()@deprecated. Please use the ‘paths’ property instead. Gets path collection information when shape is a NotPrimitive autoshape
isNull()Checks whether the implementation object is null.
getShapeAdjustValues()@deprecated. Please use the ‘shapeAdjustValues’ property instead. Gets a collection of shape adjust value

constructor(Geometry)

Constructs from a parent object convertible to this.

constructor(obj: Geometry);

Parameters:

ParameterTypeDescription
objGeometryThe parent object.

paths

Readonly. Gets path collection information when shape is a NotPrimitive autoshape

paths : ShapePathCollection;

shapeAdjustValues

Readonly. Gets a collection of shape adjust value

shapeAdjustValues : ShapeGuideCollection;

getPaths()

@deprecated. Please use the ‘paths’ property instead. Gets path collection information when shape is a NotPrimitive autoshape

getPaths() : ShapePathCollection;

Returns

ShapePathCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getShapeAdjustValues()

@deprecated. Please use the ‘shapeAdjustValues’ property instead. Gets a collection of shape adjust value

getShapeAdjustValues() : ShapeGuideCollection;

Returns

ShapeGuideCollection