reversible-index
schema/elements/reversible-index/1.0.0/reversible-index.schema.json
An index reference to a geometry part with an optional reversal flag. The index identifies a part within a composite geometry, and the reversed boolean (default false) indicates whether the part's orientation should be flipped. Used by embedded geometry objects to reference parts that may need normal reversal for consistent winding order.
Used by: embedded-mesh-object, embedded-polyline-object.
Properties
reversible-index (v1.0.0)
A structure holding an index of a model part, and optionally, a flag speficying whether the part should be reversed.
| Property | Type | Description | Flags |
|---|---|---|---|
| index | Integer | The index of the part in the geometry parts list. | ✅ |
| reversed | Boolean | Whether the part should be reversed. |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |