Describes the angular dimension measures of for an angle given by three points.
new AngularDimension(
anglePoint,firstReferencePoint,secondReferencePoint,dimensionArcPoint,measurementValue?):AngularDimension
Point2d = ...
Tip of the measured angle.
Point2d = ...
First extension line reference point.
Point2d = ...
Second extension line reference point.
Point2d = ...
Dimension arc reference point.
number
Actual measurement value.
anglePoint:
Point2d
Tip of the measured angle.
arrowheadPlacement:
ArrowheadPlacementType=ArrowheadPlacementType.INTERNAL
Arrowhead placement.
dimensionArcPoint:
Point2d
Dimension arc reference point.
firstArrowType:
ArrowType=ArrowType.CLOSED_FILLED
First arrow type.
firstReferencePoint:
Point2d
First extension line reference point.
isTextAlignedHorizontally:
boolean=false
Indicates whether the measurement text is align horizontally
Dimension.isTextAlignedHorizontally
measurementValue:
number=0
Actual measurement value.
secondArrowType:
ArrowType=ArrowType.CLOSED_FILLED
Second arrow type.
secondReferencePoint:
Point2d
Second extension line reference point.
text:
Text
Dimension text.
get id():
bigint
Returns object id.
bigint
get uuid():
null| `$string