vertices-3d
schema/components/vertices-3d/1.0.1/vertices-3d.schema.json
The vertices-3d component stores a set of 3D vertex coordinates.
vertices— An N×3 array of (x, y, z) coordinates, stored as a float-array-3 element. Vertex ordering is significant — other components (e.g., segment indices, triangle indices) reference vertices by their 0-based position in this array.
Used by: design-geometry.
See also: vertices-2d (2D counterpart).
Properties
vertices-3d (v1.0.1)
This component describes 3D vertices.
| Property | Type | Description | Flags |
|---|---|---|---|
| vertices | float-array-3 | Vertex coordinate in 3D space. Columns: x, y, z. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |