Interface: ShapeMesh
Defined in: packages/replicad/src/shapeFunctions/mesh.ts:18
The types naming this module's own API surface. The functions they belong to
live in the replicad/shape-functions entry point.
Properties
faceGroups
faceGroups: object[];
Defined in: packages/replicad/src/shapeFunctions/mesh.ts:22
count
count: number;
faceId
faceId: number;
start
start: number;
normals
normals: number[];
Defined in: packages/replicad/src/shapeFunctions/mesh.ts:21
triangles
triangles: number[];
Defined in: packages/replicad/src/shapeFunctions/mesh.ts:19
vertices
vertices: number[];
Defined in: packages/replicad/src/shapeFunctions/mesh.ts:20