IFC4 Export: Triangulate / Tesselale everything

IFC4 Export: Triangulate / Tesselale everything

Anonymous
Not applicable
871 Views
1 Reply
Message 1 of 2

IFC4 Export: Triangulate / Tesselale everything

Anonymous
Not applicable

Hello everybody

 

I need to know if it's possible and if yes, how to export Revit-Models into an IFC4-File with every geometry tessellated/triangulated, so that the IFC4-File contains for every object the vertices and faces (and may normals). The structure of IfcTriangulatedFaceSet ist perfect for what I need.

I want to take the vertices and faces of the objekt to process them further.

At the moment I can only export to IFC4 and the file contains too many complex information like ExtrudedAreSolid, RectangleProfileDef, BReps, Splines etc.

 

So to imagine a concrete case: If someone creates a Wall with a 90° Corner by using 3 Points, a spline and then he Extrudes this Wall. The exportet IFC4-File contains this comlplex information but no vertices of the wall's faces. It would be nice to export the Modell and to get the vertices-coordinates.

 

Greeting

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

jeremytammik
Autodesk
Autodesk

Yes, you can easily obtain tessellated output from Revit containing all geometry and with no additional BIM data or structure attached.

 

Simply drop the IFC requirement and use a custom exporter:

 

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

 

With the custom exporter vertices in hand, you can easily generate IfcTriangulatedFaceSet objects for all the elements.

 

Cheers,

 

Jeremy

 



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

0 Likes