lines-3d-indices
schema/components/lines-3d-indices/1.0.1/lines-3d-indices.schema.json
The lines-3d-indices component describes endpoints for 3D line segments. Each entry has two columns:
start— Index into the 3D vertices for the line start.end— Index into the 3D vertices for the line end.
Unlike 2D lines, curved segments in 3D are represented via a 2D segment with a transform, or via a BREP.
Used by: design-geometry.
See also: lines-2d-indices (2D counterpart).
Properties
lines-3d-indices (v1.0.1)
This component describes line endpoints for 3D lines. It has two columns (start,end), which are indices into vertices_3D for the line endpoint. Unlike 2D, curved segments in 3D would use a 2D segment with a transform, or be represented via a BREP
| Property | Type | Description | Flags |
|---|---|---|---|
| indices | index-array-2 | 0-based indices into the vertices. Columns: start, end. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |