SubD convert to surface or mesh

Is it possible convert SubD to surface or mesh using only rhino3dm?

2 Likes

In rhino3dm js, python, and dotnet, you cal call Subdivide() on a SubD Geometry (to get more or less refined SubD) and then Mesh.CreateFromSubDControlNet() to extract the mesh.