lines-2d-indices
schema/components/lines-2d-indices/1.0.1/lines-2d-indices.schema.json
The lines-2d-indices component describes endpoints for 2D line segments. Each entry has three columns:
start— Index into the 2D vertices for the line start.end— Index into the 2D vertices for the line end.arcCenter— The counter-clockwise signed distance from the line centre to the arc edge, enabling curved segments.
Used by: design-geometry.
See also: lines-3d-indices (3D counterpart).
Properties
lines-2d-indices (v1.0.1)
This component describes line endpoints for 2D lines. It has three columns (start, end, arcCenter). Start/end are indices into vertices_2D for the line endpoint. ArcCenter is the counter-clockwise signed distance from the line center to the arc edge.
| Property | Type | Description | Flags |
|---|---|---|---|
| indices | lines-2d-indices | Array of lines. Columns: start, end, arcCenter. Start/End are 0-based indices into the vertices | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |