NXOpen.UF.Curve.AskIntCurves

Curve.AskIntCurves()

Refer to UF_CURVE_ask_int_curves for documentation.

Signature: AskIntCurves(intCurveObject)

Parameters:intCurveObject (Tag) – Feature tag of intersection curve.
Returns:A Tuple
Return type:A tuple consisting of (numCurves,intersectionCurves)

numCurves(int): Number of curves in array.

intersectionCurves(list of Tag): Array of intersection curves. This must be freed by calling UF_free.

License requirements: None