Hide menu
Loading...
Searching...
No Matches
DiametricDimension

Describes a diametric dimension measures of circles.

Extends

Constructors

new DiametricDimension()

new DiametricDimension(firstChordPoint, secondChordPoint, dimensionEndPoint, measurementValue?): DiametricDimension

Parameters

firstChordPoint

Point2d = ...

First chord point on the drawing geometry that are being measured.

secondChordPoint

Point2d = ...

Second chord point on the drawing geometry that are being measured.

dimensionEndPoint

Point2d = ...

Dimension end point. Defines the end point of dimension line.

measurementValue?

number

Actual measurement value.

Returns

DiametricDimension

Overrides

Dimension.constructor

Properties

arrowheadPlacement

arrowheadPlacement: ArrowheadPlacementType = ArrowheadPlacementType.INTERNAL

Arrowhead placement.

Inherited from

Dimension.arrowheadPlacement


dimensionEndPoint

dimensionEndPoint: Point2d

Dimension end point. Defines the end point of dimension line.


firstArrowType

firstArrowType: ArrowType = ArrowType.CLOSED_FILLED

First arrow type.

Inherited from

Dimension.firstArrowType


firstChordPoint

firstChordPoint: Point2d

First chord point on the drawing geometry that are being measured.


isStartingFromCenter

isStartingFromCenter: boolean = false

Indicates whether the dimension line passes through the center of measured entity or not.


isTextAlignedHorizontally

isTextAlignedHorizontally: boolean = false

Indicates whether the measurement text is align horizontally

Inherited from

Dimension.isTextAlignedHorizontally


measurementValue

measurementValue: number = 0

Actual measurement value.

Inherited from

Dimension.measurementValue


secondArrowType

secondArrowType: ArrowType = ArrowType.CLOSED_FILLED

Second arrow type.

Inherited from

Dimension.secondArrowType


secondChordPoint

secondChordPoint: Point2d

Second chord point on the drawing geometry that are being measured.


text

text: Text

Dimension text.

Inherited from

Dimension.text

Accessors

id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

Dimension.id


uuid

Get Signature

get uuid(): null | `$string