surface-mesh
schema/components/surface-mesh/1.0.1/surface-mesh.schema.json
The surface-mesh component describes a triangulated surface mesh.
kind— Whether the mesh is"Open"(a surface with boundaries) or"Closed"(a watertight volume boundary).quality— An optional mesh-quality component specifying quality guarantees.triangles— An index array of vertex triplets defining the mesh triangles (0-based indices).
Used by: brep-container, geometry-composite.
Properties
surface-mesh (v1.0.1)
This component describes a surface mesh.
| Property | Type | Description | Flags |
|---|---|---|---|
| kind | String | The kind of surface mesh. | ✅ |
| quality | mesh-quality | Mesh quality. | |
| triangles | index-array-3 | 0-based indices. Each triple is a triangle. Columns: i, j, k. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |