NXOpen.UF.Curve.AskWrapCurves

Curve.AskWrapCurves()

Refer to UF_CURVE_ask_wrap_curves for documentation.

Signature: AskWrapCurves(wrapCurveObject)

Parameters:wrapCurveObject (Tag) – Object Identifier of the wrap or unwrap feature.
Returns:A Tuple
Return type:A tuple consisting of (numOutputCurves,outputCurves)

numOutputCurves(int): Number of tags returned in the output_curves array.

outputCurves(list of Tag): Object Identifiers of curves produced by this wrap/unwrap. You are responsible for freeing the memory allocated for this array by calling UF_free.

License requirements: None