Message 1 of 8
Bounding box of Symbolic lines

Not applicable
04-27-2018
08:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to get the bounding box of a door, including the symbolic swing. I found posts on getting the bounding box of geometry, however I do not see how to iterate over symbolic curves.
When I call (some_family_instance).get_BoundingBox(view) I get something that includes reference planes, but is otherwise correct. I need to get rid of reference geometry, but keep symbolic lines.
I am also confused on the role of view in get_Boundingbox. I thought it would calculate the bounding box based on what is visible in the view, but clearly this is not the case, as reference planes look invisible to me on my view. It would be great if I could simply create a new view that filters reference geometry, but I suspect this does not work?