ShapeGuide
Contents
[
Hide
]ShapeGuide class
Encapsulates a shape guide specifies the presence of a shape guide that will be used to govern the geometry of the specified shape
class ShapeGuide extends BaseShapeGuide;
Constructors
| Constructor | Description |
|---|---|
| constructor(BaseShapeGuide) | Constructs from a parent object convertible to this. |
Properties
| Property | Type | Description |
|---|---|---|
| value | number | Gets or sets value of this guide |
Methods
| Method | Description |
|---|---|
| getValue() | @deprecated. Please use the ‘value’ property instead. Gets or sets value of this guide |
| setValue(number) | @deprecated. Please use the ‘value’ property instead. Gets or sets value of this guide |
| isNull() | Checks whether the implementation object is null. |
constructor(BaseShapeGuide)
Constructs from a parent object convertible to this.
constructor(obj: BaseShapeGuide);
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | BaseShapeGuide | The parent object. |
value
Gets or sets value of this guide
value : number;
getValue()
@deprecated. Please use the ‘value’ property instead. Gets or sets value of this guide
getValue() : number;
setValue(number)
@deprecated. Please use the ‘value’ property instead. Gets or sets value of this guide
setValue(value: number) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | number | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;