RoomleConfigurator.Internal.DimensionDefinition

configurator-core/src/roomle-configurator.internal.DimensionDefinition

Type parameters

NameType

Vector2Type

Vector3 | Position2

Vector3Type

Vector3 | Position3

Hierarchy

Table of contents

Properties

Properties

fromPosition2d

fromPosition2d: Vector2Type

start position of the dimension in 2D *

Inherited from

MeasurementBase.fromPosition2d


fromPosition3d

fromPosition3d: Vector3Type

start position of the dimension in 3D *

Inherited from

MeasurementBase.fromPosition3d


fromWithoutPadding

Optional fromWithoutPadding: Vector2Type


id

id: number


isCurrentlyDrawn

Optional isCurrentlyDrawn: boolean


length

length: number

length of the wall in millimeters *

Inherited from

MeasurementBase.length


lengthFormatted

lengthFormatted: string


textDirection

textDirection: Vector3Type

3D direction vector of the text *

Inherited from

MeasurementBase.textDirection


textPosition2d

textPosition2d: Vector2Type

2D position where the length/label should be shown *

Inherited from

MeasurementBase.textPosition2d


textPosition3d

textPosition3d: Vector3Type

3D position where the length/label should be shown *

Inherited from

MeasurementBase.textPosition3d


textRotation

textRotation: number

rotation of the text in radians *

Inherited from

MeasurementBase.textRotation


toPosition2d

toPosition2d: Vector2Type

end position of the dimension in 2D *

Inherited from

MeasurementBase.toPosition2d


toPosition3d

toPosition3d: Vector3Type

end position of the dimension in 3D *

Inherited from

MeasurementBase.toPosition3d


toWithoutPadding

Optional toWithoutPadding: Vector2Type

Last updated