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