Defines an angle unit attribute.
new AngleUnitAttribute(
unit?):AngleUnitAttribute
Creates an angle unit attribute.
AngleUnit = AngleUnit.RADIAN
Angle unit.
AngleUnitAttribute
unit:
AngleUnit=AngleUnit.RADIAN
Angle unit.
get id():
bigint
Returns the unique identifier of the object.
bigint
accept(
visitor):void
Accepts a semantic attribute visitor.
Visitor to accept.
void