Hide menu
Loading...
Searching...
No Matches
LengthUnitAttribute

Defines a length unit attribute.

Extends

Constructors

Constructor

‍new LengthUnitAttribute(unit?): LengthUnitAttribute

Creates a length unit attribute.

Parameters

unit?

LengthUnit = LengthUnit.MILLIMETERS

Length unit.

Returns

LengthUnitAttribute

Overrides

SemanticAttribute.constructor

Properties

unit

‍unit: LengthUnit = LengthUnit.MILLIMETERS

Length 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