@novorender/api / PolymeshValues
Interface: PolymeshValues
Defined in: @novorender/src/measure/modules/core/index.ts:89
PolymeshValues is a collection of values for measuring a face with no identifiable surface. These are generated surfaces typically from tesselated data.
Properties
area?
readonly optional area: number;
Defined in: @novorender/src/measure/modules/core/index.ts:96
Calculated area of the original triangles
kind
readonly kind: "polymesh";
Defined in: @novorender/src/measure/modules/core/index.ts:90
perimiter
readonly perimiter: number;
Defined in: @novorender/src/measure/modules/core/index.ts:92
Perimiter of the polymesh surface
vertices
readonly vertices: vec3[];
Defined in: @novorender/src/measure/modules/core/index.ts:94
Start and end verticies for each curve in the face loop