We created temporarily curves with Modeler.CreateBSplineCurve().
Now we need to select it, to create a feature (e.g. InsertLoftRefSurface2,...) out of it.
Due to the fact, that there is no Selection method on the curve object, we created a wireBody (var wb = c0.CreateWireBody())
and afterwards tried to select the resulting body (wb.Select(false,-1)).
However this doesn't work (nothing is selected).
Any suggestions how to select the curves?
SolidworksApi macros