Hide menu
Loading...
Searching...
No Matches
Dimension

Base class for various dimension types.

Dimension entities show length, angle, radius and diameter measurements.

Extends

Extended by

Constructors

new Dimension()

new Dimension(): Dimension

Returns

Dimension

Inherited from

Element.constructor

Properties

arrowheadPlacement

arrowheadPlacement: ArrowheadPlacementType = ArrowheadPlacementType.INTERNAL

Arrowhead placement.


firstArrowType

firstArrowType: ArrowType = ArrowType.CLOSED_FILLED

First arrow type.


isTextAlignedHorizontally

isTextAlignedHorizontally: boolean = false

Indicates whether the measurement text is align horizontally


measurementValue

measurementValue: number = 0

Actual measurement value.


secondArrowType

secondArrowType: ArrowType = ArrowType.CLOSED_FILLED

Second arrow type.


text

text: Text

Dimension text.

Accessors

id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

Element.id


uuid

Get Signature

get uuid(): null | `$string