Describes a radial dimension measures of arcs and circles.
new RadialDimension(
centerPoint,chordPoint,dimensionEndPoint,measurementValue?):RadialDimension
Point2d = ...
Center of the circle arc, which the dimension describes.
Point2d = ...
Chord point of the radial dimension. Lies on the said circle arc.
Point2d = ...
End of the dimension line. Defines the length of the leader of this dimension.
number
Actual measurement value.
arrowheadPlacement:
ArrowheadPlacementType=ArrowheadPlacementType.INTERNAL
Arrowhead placement.
centerPoint:
Point2d
Center of the circle arc, which the dimension describes.
chordPoint:
Point2d
Chord point of the radial dimension. Lies on the said circle arc.
dimensionEndPoint:
Point2d
End of the dimension line. Defines the length of the leader of this dimension.
firstArrowType:
ArrowType=ArrowType.CLOSED_FILLED
First arrow type.
isStartingFromCenter:
boolean=false
Indicates whether the radius dimension line starts from the center of the measured entity or not.
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.
text:
Text
Dimension text.
get id():
bigint
Returns object id.
bigint
get uuid():
null| `$string