Skip to main content

@novorender/api / PlaneValues

Interface: PlaneValues

Defined in: @novorender/src/measure/modules/core/index.ts:45

PlaneValues is a collection of values for measuring a single Plane

Properties​

area?​

readonly optional area: number;

Defined in: @novorender/src/measure/modules/core/index.ts:58

Calculated area of the plane


errorMargin?​

readonly optional errorMargin: number;

Defined in: @novorender/src/measure/modules/core/index.ts:70

The maximum normal distance error, only applies for generated geometry


height?​

readonly optional height: number;

Defined in: @novorender/src/measure/modules/core/index.ts:50

Height of the plane


heightAboveXyPlane?​

readonly optional heightAboveXyPlane: number;

Defined in: @novorender/src/measure/modules/core/index.ts:66

Y value of the plane origin


innerEdges​

readonly innerEdges: EdgeValues[][];

Defined in: @novorender/src/measure/modules/core/index.ts:64

Inner edges of the plane


innerRadius?​

readonly optional innerRadius: number;

Defined in: @novorender/src/measure/modules/core/index.ts:54

Largest inner radius of the plane in case of only arcs


kind​

readonly kind: "plane";

Defined in: @novorender/src/measure/modules/core/index.ts:46


normal​

readonly normal: vec3;

Defined in: @novorender/src/measure/modules/core/index.ts:56

Normal of the plane


outerEdges​

readonly outerEdges: EdgeValues[];

Defined in: @novorender/src/measure/modules/core/index.ts:62

Outer edges of the plane


outerRadius?​

readonly optional outerRadius: number;

Defined in: @novorender/src/measure/modules/core/index.ts:52

Largest outer radius of the plane in case of only arcs


vertices​

readonly vertices: vec3[];

Defined in: @novorender/src/measure/modules/core/index.ts:60

Corner vertices of the plane


width?​

readonly optional width: number;

Defined in: @novorender/src/measure/modules/core/index.ts:48

Width of the plane