CustomGeometry
CustomGeometry class
Represents a custom geometric shape.
class CustomGeometry extends Geometry;
Constructors
| Name | Description |
|---|---|
| constructor(Geometry) | Constructs from a parent object convertible to this. |
Properties
| Property | Type | Description |
|---|---|---|
| paths | ShapePathCollection | Readonly. Gets path collection information when shape is a NotPrimitive autoshape |
| shapeAdjustValues | ShapeGuideCollection | Readonly. 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. |
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;