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

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

Methods

MethodDescription
getValue()Gets or sets value of this guide
setValue(number)Gets or sets value of this guide

constructor(BaseShapeGuide)

Constructs from a parent object convertible to this.

constructor(obj: BaseShapeGuide);

Parameters:

ParameterTypeDescription
objBaseShapeGuideThe parent object.

getValue()

Gets or sets value of this guide

getValue() : number;

setValue(number)

Gets or sets value of this guide

setValue(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.