NURBS Export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Folks,
I'm having a (suspected) issue when trying to export Revit geometry.
Basically, I've a scene with several objects of all kinds, and I want to export them in parametric description.
The problem arrises with RuledFace & HermiteFace.
To export them, I'm using "ExportUtils.GetNurbsSurfaceDataForSurface()" to cast the surface into a NURB like surface.
I've attached 2 screenshots :
"Revit wall.jpg" contains the Revit Wall defined by 2 RuledFace (Front / Back) & 4 PlanarFace (Top / Bottom / Left / Right).
"Exported.jpg" contains the exporter geometry.
Gray faces (Top / Bottom / Left / Right) are good.
Red faces (Front / Back) are what "GetNurbsSurfaceDataForSurface()" gives me for RuledFace, and you can see that they are not well placed.
Am I missing something in "GetNurbsSurfaceDataForSurface()" datas ?
Thanks 😉