Hello,
I would like to convert a SubD object to a NURBS Brep in Rhino using RhinoCommon, but I want to avoid using [rs.Command(“_ToNURBS”)] or any command-line calls.
Is there a direct method or class in RhinoCommon (such as a method on the SubD or Brep class) that allows me to convert a SubD object to a NURBS Brep purely through the API?
If possible, could you provide a code example for this conversion?
Thank you!
9 posts - 3 participants