Hi Gabrio,
Two recommendations:
- use GeomPlate in generic case (see Plate sample)
- if you know you can concatenate 2 or more curves into 1 (e.g. if continuity is respected), do so with GeomConvert::ConcatXX(). Then you will be able to use GeomFill_BSplineCurves for 2-4 curves.
HTH.
Commenter-1