Skip to main content

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.

PropertyTypeDescriptionFlags
trianglestrianglesThe vertices and triangle indices of the mesh.
partsembedded-triangulated-meshA structure defining triangle chunks the mesh is composed of.

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?