Message 1 of 4
Get element outline
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to do a collision check between two element types, a generic model (provision for void) and cable trays, and I want to add a margin of 100mm to the void outline for each direction (in relation to the voids faces) to see if there are cable trays close enough to the void.
How can I get the outline of the void element? It's always a box with 6 sides that will be checked. But it can be rotated, so a regular bounding box is not enough as it will not follow the elements rotation.
A bounding box will just wrap the element like this and does not "rotate with" the element.
Thanks!