ShapeGuide

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

ConstructorDescription
constructor(BaseShapeGuide)Constructs from a parent object convertible to this.

Properties

PropertyTypeDescription
valuenumberGets or sets value of this guide

Methods

MethodDescription
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:

ParameterTypeDescription
objBaseShapeGuideThe 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:

ParameterTypeDescription
valuenumberThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;