I’m running into a problem related to SubD.ToBrep()
in Rhino 7, which I couldn’t solve myself: My code builds without errors, but when I run it I’m getting a System.MissingMethodException:
System.MissingMethodException: 'Method not found: “Rhino.Geometry.Brep Rhino.Geometry.SubD.ToBrep()”
This happens for Rhino 7.0.20314.3001, 11/09/2020, the latest available version.
The idea is to create a Brep which can then be meshed. I guess there must be a better way to get a mesh from a SubD object, without having to convert to a Brep first?