CustomGeometry

CustomGeometry class

Represents a custom geometric shape.

class CustomGeometry extends Geometry;

Constructors

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

Methods

MethodDescription
getPaths()Gets path collection information when shape is a NotPrimitive autoshape
getShapeAdjustValues()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.

getPaths()

Gets path collection information when shape is a NotPrimitive autoshape

getPaths() : ShapePathCollection;

Returns

ShapePathCollection

getShapeAdjustValues()

Gets a collection of shape adjust value

getShapeAdjustValues() : ShapeGuideCollection;

Returns

ShapeGuideCollection