Hide menu
Loading...
Searching...
No Matches
AngleUnitAttribute

Defines an angle unit attribute.

Extends

Constructors

Constructor

‍new AngleUnitAttribute(unit?): AngleUnitAttribute

Creates an angle unit attribute.

Parameters

unit?

AngleUnit = AngleUnit.RADIAN

Angle unit.

Returns

AngleUnitAttribute

Overrides

SemanticAttribute.constructor

Properties

unit

‍unit: AngleUnit = AngleUnit.RADIAN

Angle unit.

Accessors

id

Get Signature

‍get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

SemanticAttribute.id

Methods

accept()

‍accept(visitor): void

Accepts a semantic attribute visitor.

Parameters

visitor

SemanticAttributeVisitor

Visitor to accept.

Returns

void

Overrides

SemanticAttribute.accept