LengthMeasurement
A basic dimension tool to measure distances between 2 points in 3D and display a 3D symbol displaying the numeric value. 📕 Tutorial. 📘 API.
Extends
Measurement
<Line
,"length"
>
Properties
modes
modes: (
"free"
|"edge"
)[]
The possible modes in which a measurement of this type may be created.
Overrides
Measurement.modes
Accessors
mode
set
mode(value
):void
Represents the current measurement mode being used.
Parameters
Parameter | Type |
---|---|
value | "free" | "edge" |