brep-container
schema/components/brep-container/1.0.1/brep-container.schema.json
The brep-container component stores a Boundary Representation (BRep) model along with its discretised form.
format— The format of the BRep data.producer— The software that produced the BRep.brep— The BRep data (as blob storage).discretized_brep— An optional discretised (triangulated) representation of the BRep.
Used by: geometry-composite.
Properties
brep-container (v1.0.1)
This component describes a BRep container.
| Property | Type | Description | Flags |
|---|---|---|---|
| format | String | The format. | ✅ |
| producer | String | Product used to generate the BREP. | ✅ |
| discretized_brep | surface-mesh | Optional discretized version of BREP data. | |
| brep | brep-container | BRep object. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |