CustomGeometry
Contents
[
Hide
]CustomGeometry class
Represents a custom geometric shape.
class CustomGeometry extends Geometry;
Constructors
Constructor | 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 |
Methods
Method | Description |
---|---|
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:
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;
getPaths()
@deprecated. Please use the ‘paths’ property instead. Gets path collection information when shape is a NotPrimitive autoshape
getPaths() : ShapePathCollection;
Returns
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