Revit API: Support for N-Gons in TessellatedShapeBuilder?

Revit API: Support for N-Gons in TessellatedShapeBuilder?

vengateshhp2001
Contributor Contributor
83 Views
1 Reply
Message 1 of 2

Revit API: Support for N-Gons in TessellatedShapeBuilder?

vengateshhp2001
Contributor
Contributor

Hi,

I’m working with mesh data that includes n-gon faces (more than 4 vertices per face). Does TessellatedShapeBuilder in the Revit API support such geometry directly or else suggest any other way to support these scenario.

Thank you

0 Likes
84 Views
1 Reply
Reply (1)
Message 2 of 2

essam-salah
Collaborator
Collaborator

hi @vengateshhp2001 


@vengateshhp2001 wrote:

Hi,

I’m working with mesh data that includes n-gon faces (more than 4 vertices per face). Does TessellatedShapeBuilder in the Revit API support such geometry directly or ..


I haven't used  TessellatedShapeBuilder but, but i'm sure it supports triangles, so basically you can use a triangulation algorithm (alot of them available on the internet in different prog languages), 

0 Likes