Static Readonly DIMENSION_Create dimension line between two points.
Already existing dimension line gets updated in place, which is useful for dynamic operations like dragging.
Optional options: Partial<DimensionLineOptions>Remove all dimension lines that have been created with the DimensionLineManager
Optional groups: string[]if set, only dimension lines which are part of these groups will be removed
if left undefined, ALL dimension lines will be removed
Define dimension line options that are used for each line by default.
Options can be overwritten by each line individually.
Generated using TypeDoc
Manager for dimension lines, which can be used to display certain dimensions like object sizes in the scene