Meshing faces

Meshing faces

amir.aroesti
Advocate Advocate
535 Views
2 Replies
Message 1 of 3

Meshing faces

amir.aroesti
Advocate
Advocate

Hi,

I wonder if it is possible to mesh a surface and get all the x,y of the junction (like the picture).

the quality and the size of the small areas (triangle/rectangular) are not so important.

I took this idea from the "finite element" algorithm.

after I will have those junctions, I can "Ray" those points on the Z-axis vector direction and find out each point's height.

 

WhatsApp Image 2021-04-06 at 09.54.12.jpeg

 

hope I was clear.

 

0 Likes
Accepted solutions (1)
536 Views
2 Replies
Replies (2)
Message 2 of 3

jeremy_tammik
Alumni
Alumni
Accepted solution

The most straight-forward approach to this using the Revit API would be to use the Face.Triangulate method:

 

https://www.revitapidocs.com/2021.1/b571177c-1268-35cd-0be1-e19db29fcb20.htm

 

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes
Message 3 of 3

amir.aroesti
Advocate
Advocate

Thnaks @jeremy_tammik .

 

now ill look for some implement examples.

 

 

0 Likes