Skip to main content

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.

PropertyTypeDescriptionFlags
kindStringThe kind of surface mesh.
qualitymesh-qualityMesh quality.
trianglesindex-array-30-based indices. Each triple is a triangle. Columns: i, j, k.

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?