rhinopython/spb_Loft.py at master · CADacombs/rhinopython · GitHub
contains three lofting methods:
- Standard: Uses Brep.CreateFromLoft.
- Iterative: Creates a starting surface then translates its control points until the surface’s Greville points match those of the curves within a specified tolerance.
- SrfPtGrid: Creates the surface using NurbsSurface.CreateThroughPoints with the option of adding columns of control points at the start and end of the loft for future continuity adjustment.