i want to use opennurbs c++ to try to convert subd to nurbs, and the test code is following. and the subd->HasBrepForm() is false.
What`s wrong with it?
Does opennurbs has the function to convert subd to nurbs?
In the standalone, openNURBS toolkit, ON_SubD::HasBrepForm() always returns false. The code for converting SubD objects to Breps is not included with the openNURBS toolkit.
Of course, these functions are implemented in core Rhino and accessible from Rhino plug-ins.
@dale
Thanks to reply.
I can see a lot of commands to create a subdface just in rhino, like _3DFace, it could just add some point to a face.
but in opennurbs and rhinocommom it seems not so straightforward.
And I cannot find a method to add SubD Face in rhinocommon API.
Could you help me figure out which api can do this? in rhinocommon. Or by now there are no api for this?
@dale
Thank you for help.
Another question is:
Will Rhino 7 ver. add the similar “SubD.AddFace” and “SubD.Edges.FindEdge with two vertices” api to rhinocommon?like opennurbs c++?
Because I also want to crease edges in SubD, and Add Ngon face to SubD directly.