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.
DiametricDimension
arrowheadPlacement:
ArrowheadPlacementType=ArrowheadPlacementType.INTERNAL
Arrowhead placement.
AngularDimension.arrowheadPlacement
dimensionEndPoint:
Point2d
Dimension end point. Defines the end point of dimension line.
firstArrowType:
ArrowType=ArrowType.CLOSED_FILLED
First arrow type.
AngularDimension.firstArrowType
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
AngularDimension.isTextAlignedHorizontally
measurementValue:
number=0
Actual measurement value.
RadialDimension.measurementValue
secondArrowType:
ArrowType=ArrowType.CLOSED_FILLED
Second arrow type.
AngularDimension.secondArrowType
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():
`${string}-${string}-${string}-${string}-${string}`|null
Returns uuid of the drawing element. null if the drawing element has no assigned uuid (by default).
`${string}-${string}-${string}-${string}-${string}` | null
set uuid(
uuid):void
Sets uuid of the drawing element.
Uuid of the drawing element.
`${string}-${string}-${string}-${string}-${string}` | null
void
accept(
visitor):void
Accepts a drawing element visitor.
Accepted drawing element visitor.
void