embedded-mesh-object
schema/components/embedded-mesh-object/1.0.0/embedded-mesh-object.schema.json
The embedded-mesh-object component represents a named mesh object that references parts within an
embedded-triangulated-mesh.
name— The name of the mesh object.description— An optional description.quality— An optional mesh-quality specification.parts— A list of part references into the parent mesh.
Used by: geological-model-meshes.
See also: embedded-polyline-object (polyline equivalent).
Properties
embedded-mesh-object (v1.0.0)
A base mesh object referencing parts in an embedded-triangulated-mesh.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | Name of the object. | ✅ |
| description | String | Optional field for adding additional description to uniquely identify this object. | |
| quality | mesh-quality | Mesh quality. | |
| parts | Array[reversible-index] | A list of parts and whether they are reversed. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |