geometry-composite
schema/components/geometry-composite/1.0.1/geometry-composite.schema.json
The geometry-composite component groups multiple geometry types into a single composite:
brep_container— An optional brep-container.mesh— An optional embedded-triangulated-mesh.points_2d— Optional 2D point coordinates.polylines_2d— Optional 2D polylines.points_3d— Optional 3D point coordinates.polylines_3d— Optional 3D polylines.
Used by: geometry-part.
Properties
geometry-composite (v1.0.1)
This component describes a geometry composite.
| Property | Type | Description | Flags |
|---|---|---|---|
| brep_container | brep-container | BRep container. | |
| mesh | surface-mesh | Surface mesh. | |
| points_2d | Array[Integer] | Indices to 2D vertices. | |
| polylines_2d | Array[polyline-2d] | List of 2D lines. | |
| points_3d | Array[Integer] | Indices to 3D vertices. | |
| polylines_3d | Array[polyline-3d] | List of 3D lines. |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |