Message 1 of 2
Determine whether 2 family instances of the same type have identical geometry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there anything built into the API that does this?
If not, my best idea is to check whether all the numerical instance parameters have the same value. Any reason that wouldn't work?
Or, maybe, get the solid geometry of both family instances, and compare the properties of the solids. That is, must have the same boundingbox, same number of faces and edges, same surface area and volume. Although I worry getting the surface area and volume might be too slow (I need to do this for a bunch of family instances).
Any other ideas? Thanks!