BRepEntity.DataProps Interface
Geometry entry representing raw brep data.
Properties
| Name | Type | Description | |
|---|---|---|---|
| data | string | undefined | data as Base64 encoded string. | |
| faceSymbology | BRepEntity.FaceSymbologyProps[] | undefined | body face attachments | |
| transform | TransformProps | undefined | body transform, default is identity | |
| type | BRepEntity.Type | undefined | body type, default is Solid |
Defined in
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.