@novorender/web_app / PolymeshValues
Interface: PolymeshValues
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;
Calculated area of the original triangles
Defined in
@novorender/measure/modules/core/index.ts:100
kind
readonly kind: "polymesh";
Defined in
@novorender/measure/modules/core/index.ts:94
perimiter
readonly perimiter: number;
Perimiter of the polymesh surface
Defined in
@novorender/measure/modules/core/index.ts:96
vertices
readonly vertices: vec3[];
Start and end verticies for each curve in the face loop