Skip to main content

Measure API

Measure.PlaneValues

PlaneValues is a collection of values for measuring a single Plane

Properties​

area​

• Optional Readonly area: number

Calculated area of the plane


entity​

• Readonly entity: SelectedEntity


height​

• Optional Readonly height: number

Height of the plane


heightAboveXyPlane​

• Optional Readonly heightAboveXyPlane: number

Y value of the plane origin


innerEdges​

• Readonly innerEdges: EdgeValues[][]

Inner edges of the plane


innerRadius​

• Optional Readonly innerRadius: number

Largest inner radius of the plane in case of only arcs


kind​

• Readonly kind: "plane"


normal​

• Readonly normal: vec3

Normal of the plane


outerEdges​

• Readonly outerEdges: EdgeValues[]

Outer edges of the plane


outerRadius​

• Optional Readonly outerRadius: number

Largest outer radius of the plane in case of only arcs


vertices​

• Readonly vertices: vec3[]

Corner vertices of the plane


width​

• Optional Readonly width: number

Width of the plane