Skip to main content

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.

The x, y columns follow the axis order declared in the object's coordinate_reference_system — see Coordinate reference systems and axis order.

Used by: design-geometry.

See also: vertices-3d (3D counterpart).

Properties​

vertices-2d (v1.0.1)​

This component describes 2D vertices.

PropertyTypeDescriptionFlags
verticesfloat-array-2Vertex coordinate in 2D space. Columns: x, y.✅

Legend​

FlagDescription
⬆️Inherited property
✅Required property

Was this page helpful?