Message 1 of 2
AssemblyInstance object has null BoundingBox property

Not applicable
09-05-2020
11:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an AssemblyInstance object and I want to get its boundingbox property.
I use the following code:
BoundingBoxXYZ boundingBoxXYZ = ele.get_BoundingBox(null);
But the result object boundingBoxXYZ is always null.
Does anyone knows why this object cannot get the BoundingBox property? Thanks for your help.