We can’t use V7 at work until it’s officially launched, so I’m stuck working with V6. I’m trying to create SubD geometry inside Grasshopper using something like:
x = Rhino.Geometry.Mesh.CreateFromBrep
a = rs.command("_-toSubD" + x + “_Enter”)
But I get a variety of errors. In ^this^ case it’s an operand error. Am I correct in thinking I can’t run an rs.command() on a non-baked geometry?
Wow - thanks @603419608! This is really interesting. It seems that the SubD object is not editable inside GH after being created, correct? the SubD object is not recognized as a Brep, Mesh, or Geometry.