polyline-3d
schema/components/polyline-3d/1.0.1/polyline-3d.schema.json
The polyline-3d component describes a 3D polyline, defined as a contiguous sequence of vertices.
begin— The starting index into the parent vertex array.count— The number of vertices in the polyline.closed— Whether the polyline forms a closed loop.
Used by: geometry-composite.
See also: polyline-2d (2D counterpart).
Properties
polyline-3d (v1.0.1)
This component describes a 3D polyline.
| Property | Type | Description | Flags |
|---|---|---|---|
| begin | Integer | Index of the first line segment in lines-3d. | ✅ |
| count | Integer | The number of line segments. | ✅ |
| closed | String | Closed or open. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |