CustomGeometry
Contents
[
Hide
]CustomGeometry class
Represents a custom geometric shape.
class CustomGeometry extends Geometry;
Constructors
Name | Description |
---|---|
constructor(Geometry) | Constructs from a parent object convertible to this. |
Methods
Method | Description |
---|---|
getPaths() | Gets path collection information when shape is a NotPrimitive autoshape |
isNull() | Checks whether the implementation object is null. |
getShapeAdjustValues() | Gets a collection of shape adjust value |
constructor(Geometry)
Constructs from a parent object convertible to this.
constructor(obj: Geometry);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | Geometry | The parent object. |
getPaths()
Gets path collection information when shape is a NotPrimitive autoshape
getPaths() : ShapePathCollection;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getShapeAdjustValues()
Gets a collection of shape adjust value
getShapeAdjustValues() : ShapeGuideCollection;
Returns