Hello,
I am working on a tool that reads Rhino SubD objects with Rhino3dmIO. I want to support Rhino’s new SubD object type however I don’t see that Rhino3dmIO exposes adequate methods for reading a SubD as either a Brep or Nurbs represenation.
Furthermore, I don’t see that there is a way to get a render mesh or other mesh from a SubD using OpenNURBs. For example, with a Brep, I am able to get the face meshes using a GetMesh() method - I can’t seem to find a comparable way to get this geometry for SubDs. This would seem critical if you were to make a viewer or reader that could support SubD objects.
I see that Rhinocommon exposes a SubD.ToBrep() method - will these methods be exposed in Rhino3dmIO?
Best,
-Nate