C++ SDK Loft with holes

Hi,

I would like to ask if there any existing C++ method for loft polylines with holes like image below?
Maybe @dale you could help me with this issue?

Currently just for lofting I am using following code, which works, well, but seeing the complexity for the simple loft operation. I would like to ask how to proceed with this case.

https://github.com/ibois-epfl/Raccoon_Litter_Box/blob/44dad15afdf6406dd5e2f84c2743f789b48ad8ff/joinery_solver/joinery_solver_rhino7/command_group_loft.cpp

Hi @Petras_Vestartas,

If you were using, you might use the PlanarSrf and ExtrudeSrf commands. In C++, RhinoPlanarSrf and ON_BrepExtrudeFace will get you there.

– Dale