RoomleConfigurator.Internal.DimensionDefinition
configurator-core/src/roomle-configurator.internal.DimensionDefinition
Type parameters
Hierarchy
MeasurementBase<Vector2Type,Vector3Type>↳
DimensionDefinition
Table of contents
Properties
Properties
attic
• Optional attic: AtticDimension<Vector2Type, Vector3Type>
fromPosition2d
• fromPosition2d: Vector2Type
start position of the dimension in 2D *
Inherited from
fromPosition3d
• fromPosition3d: Vector3Type
start position of the dimension in 3D *
Inherited from
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
textPosition3d
• textPosition3d: Vector3Type
3D position where the length/label should be shown *
Inherited from
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