SubD surfaces in C++ SDK

Hello,

In the Rhino 8 C++ SDK, is it possible to retrieve the NURBS surfaces from a SubD cage?

How does this work in practice? Is there any guide or tutorial?

Thank you,

Pablo

Hi @pagarcia,

There is ON_SubD::GetSurfaceBrep and ON_SubD::GetSurfaceNurbs.

Does this help?

– Dale

Thanks @dale ! I’ll check it out.

Pablo