@novorender/web_app / PlaneValues
Interface: PlaneValues
PlaneValues is a collection of values for measuring a single Plane
Properties
area?
readonly optional area: number;
Calculated area of the plane
Defined in
@novorender/measure/modules/core/index.ts:62
errorMargin?
readonly optional errorMargin: number;
The maximum normal distance error, only applies for generated geometry
Defined in
@novorender/measure/modules/core/index.ts:74
height?
readonly optional height: number;
Height of the plane
Defined in
@novorender/measure/modules/core/index.ts:54
heightAboveXyPlane?
readonly optional heightAboveXyPlane: number;
Y value of the plane origin
Defined in
@novorender/measure/modules/core/index.ts:70
innerEdges
readonly innerEdges: EdgeValues[][];
Inner edges of the plane
Defined in
@novorender/measure/modules/core/index.ts:68
innerRadius?
readonly optional innerRadius: number;
Largest inner radius of the plane in case of only arcs
Defined in
@novorender/measure/modules/core/index.ts:58
kind
readonly kind: "plane";
Defined in
@novorender/measure/modules/core/index.ts:50
normal
readonly normal: vec3;
Normal of the plane
Defined in
@novorender/measure/modules/core/index.ts:60
outerEdges
readonly outerEdges: EdgeValues[];
Outer edges of the plane
Defined in
@novorender/measure/modules/core/index.ts:66
outerRadius?
readonly optional outerRadius: number;
Largest outer radius of the plane in case of only arcs
Defined in
@novorender/measure/modules/core/index.ts:56
vertices
readonly vertices: vec3[];
Corner vertices of the plane
Defined in
@novorender/measure/modules/core/index.ts:64
width?
readonly optional width: number;
Width of the plane