Message 1 of 7
3D polygons boolean operations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Is there a way to construct 3D polygons (not in model, just for calculations) and perform boolean operations?
(substract, union)
I'm looking for a way to substract a face from a face, but both faces are not actual faces but result of calculations.
There is no 'New' available for Face.
see attached image for more info.
looking for:
dim Face1 as List (Of XYZ) From {p1,p2,p3,p4,.......}
dim Face2 as List (Of XYZ) From {p10,p11,p12,p13,.......}
NewFace = Face1.substract(Face2)
Revit makes these calculations posible for Points (XYZ) and Lines, calculate distance, intersections, etc.
Thanks in Advance,
Chris Hanschen
LKSVDD architecten
The Netherlands