RoomleConfigurator.Internal.DimensionDefinition
configurator-core/src/roomle-configurator.internal.DimensionDefinition
Type parameters
Vector2Type
Vector3Type
Hierarchy
MeasurementBase
<Vector2Type
,Vector3Type
>↳
DimensionDefinition
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
lengthFormatted
• lengthFormatted: string
textDirection
• textDirection: Vector3Type
3D direction vector of the text *
Inherited from
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
toPosition2d
• toPosition2d: Vector2Type
end position of the dimension in 2D *
Inherited from
toPosition3d
• toPosition3d: Vector3Type
end position of the dimension in 3D *
Inherited from
toWithoutPadding
• Optional
toWithoutPadding: Vector2Type
Last updated