CustomGeometry

CustomGeometry class

Represents a custom geometric shape.

class CustomGeometry extends Geometry;

Constructors

NameDescription
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

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;