embedded-triangulated-mesh
schema/components/embedded-triangulated-mesh/2.1.0/embedded-triangulated-mesh.schema.json
The embedded-triangulated-mesh component represents a triangulated mesh that can be decomposed into
parts.
triangles— A triangles component defining the mesh geometry.parts— An optional list of geometry-part components, each referencing a subset of the mesh.
Used by: triangle-mesh, geological-model-meshes.
See also: embedded-line-geometry (polyline equivalent), embedded-mesh-object.
Properties
embedded-triangulated-mesh (v2.1.0)
A mesh composed of triangles. The triangles are defined by triplets of indices into a vertex list. Optionally, parts can be defined.
| Property | Type | Description | Flags |
|---|---|---|---|
| triangles | triangles | The vertices and triangle indices of the mesh. | ✅ |
| parts | embedded-triangulated-mesh | A structure defining triangle chunks the mesh is composed of. |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |