Describes a diametric dimension measures of circles.
new DiametricDimension(
firstChordPoint,secondChordPoint,dimensionEndPoint,measurementValue?):DiametricDimension
Point2d = ...
First chord point on the drawing geometry that are being measured.
Point2d = ...
Second chord point on the drawing geometry that are being measured.
Point2d = ...
Dimension end point. Defines the end point of dimension line.
number
Actual measurement value.
arrowheadPlacement:
ArrowheadPlacementType=ArrowheadPlacementType.INTERNAL
Arrowhead placement.
dimensionEndPoint:
Point2d
Dimension end point. Defines the end point of dimension line.
firstArrowType:
ArrowType=ArrowType.CLOSED_FILLED
First arrow type.
firstChordPoint:
Point2d
First chord point on the drawing geometry that are being measured.
isStartingFromCenter:
boolean=false
Indicates whether the dimension line passes through the center of 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.
secondChordPoint:
Point2d
Second chord point on the drawing geometry that are being measured.
text:
Text
Dimension text.
get id():
bigint
Returns object id.
bigint
get uuid():
null| `$string