
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I have an element e1 with solid s1 and another element which is from linked Revit file/IFC file element e2 with sold s2.
While i am using element intersection filter element e1 return e2 as intersected element so i want to get intersection solid to calculated intersection area.
i used
Solid intersection = BooleanOperationsUtils.ExecuteBooleanOperation(solidA, solidB, BooleanOperationsType.Intersect);
This not return intersection solid.
Summary as below:
Element e1 = Document A
Solid s1= Document A for element e1
Element e2 = Linked Document element in Document A
Solid s2= Linked Document element in Document A for element e2
Step 1: Filter intersected element for e1
result give e2.
Step 2: Perform BooleanOperation to get intersected solid.
result null.
Any help appreciated.
Solved! Go to Solution.