Area Intersection

Area Intersection

Tripler123
Advocate Advocate
1,654 Views
3 Replies
Message 1 of 4

Area Intersection

Tripler123
Advocate
Advocate
Intersection area of Beam and Column
 

Dear guys,

 

i want to calculate intersection area of Beam and Column. Is this is possible?

 For more details please see attached image.

 

IntersectionArea.png

 

 

Thanks ,

 

if any one have any idea please share with me.

0 Likes
Accepted solutions (1)
1,655 Views
3 Replies
Replies (3)
Message 2 of 4

jeremytammik
Autodesk
Autodesk

Yes, sure.

 

You can query the elements for their geometry, retrieve the faces from that, and call the Face.Intersect method:

 

http://www.revitapidocs.com/2018/91f650a2-bb95-650b-7c00-d431fa613753.htm

 

Note that it works on the unbounded faces, not the bounded ones, as we recently discussed and discovered:

 

https://forums.autodesk.com/t5/revit-api-forum/surprising-results-from-face-intersect-face-method/m-...

 

Cheers,

 

Jeremy

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Message 3 of 4

jeremytammik
Autodesk
Autodesk
Accepted solution

Oh.

 

Re-reading your question, I not that you are not asking for the intersection curve between two non-planar faces, but the intersection area between to coplanar ones.

 

Afaik, the Revit API does not provide any support for that.

 

For that, you can resort to a stand-alone 2D Boolean operation library instead:

 

http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.2

 

Cheers,

 

Jeremy

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Message 4 of 4

Tripler123
Advocate
Advocate

thank you very much for your reply. Checking to see what can come out.

0 Likes