Skip to main content

interface.PlaneValues

API > PlaneValues

Interface: PlaneValues

PlaneValues is a collection of values for measuring a single Plane

Properties

area

area?: number

Calculated area of the plane

Source

@novorender/measure/modules/core/index.ts:62


errorMargin

errorMargin?: number

The maximum normal distance error, only applies for generated geometry

Source

@novorender/measure/modules/core/index.ts:74


height

height?: number

Height of the plane

Source

@novorender/measure/modules/core/index.ts:54


heightAboveXyPlane

heightAboveXyPlane?: number

Y value of the plane origin

Source

@novorender/measure/modules/core/index.ts:70


innerEdges

readonly innerEdges: EdgeValues[][]

Inner edges of the plane

Source

@novorender/measure/modules/core/index.ts:68


innerRadius

innerRadius?: number

Largest inner radius of the plane in case of only arcs

Source

@novorender/measure/modules/core/index.ts:58


kind

readonly kind: "plane"

Source

@novorender/measure/modules/core/index.ts:50


normal

readonly normal: vec3

Normal of the plane

Source

@novorender/measure/modules/core/index.ts:60


outerEdges

readonly outerEdges: EdgeValues[]

Outer edges of the plane

Source

@novorender/measure/modules/core/index.ts:66


outerRadius

outerRadius?: number

Largest outer radius of the plane in case of only arcs

Source

@novorender/measure/modules/core/index.ts:56


vertices

readonly vertices: vec3[]

Corner vertices of the plane

Source

@novorender/measure/modules/core/index.ts:64


width

width?: number

Width of the plane

Source

@novorender/measure/modules/core/index.ts:52