NXOpen.UF.Modl.AskSweepCurves

Modl.AskSweepCurves()

Refer to UF_MODL_ask_sweep_curves for documentation.

Signature: AskSweepCurves(sweepId)

Parameters:sweepId (Tag) – sweep or extrusion object identifier
Returns:A Tuple
Return type:A tuple consisting of (nProfileCurves,profileCurves,nGuideCurves,guideCurves)

nProfileCurves(int): number of profile curves

profileCurves(list of Tag): An array of profile curves. This is must be freed by calling UF_free.

nGuideCurves(int): number of guide curves

guideCurves(list of Tag): An array of guide curves. This must be freed by calling UF_free.

License requirements: None