GeometryPartInstanceProps Interface
Add a reference to a GeometryPart from the GeometryStream of a GeometricElement.
Properties
| Name | Type | Description | |
|---|---|---|---|
| origin | XYZProps | undefined | Optional translation relative to element's placement, 0.0,0.0,0.0 if undefined. | |
| part | string | GeometryPart id | |
| rotation | YawPitchRollProps | undefined | Optional rotation relative to element's placement, 0.0,0.0,0.0 if undefined. | |
| scale | number | undefined | Optional scale to apply to part, 1.0 if undefined |
Defined in
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.