NXOpen.UF.Curve.AskFeatureCurves

Curve.AskFeatureCurves()

Refer to UF_CURVE_ask_feature_curves for documentation.

Signature: AskFeatureCurves(curveFeatureId)

Parameters:curveFeatureId (Tag) – The tag of the curve feature.
Returns:A Tuple
Return type:A tuple consisting of (numCurves,featureCurves)

numCurves(int): The number of curves in the output array.

featureCurves(list of Tag): The array of curves. This must be freed by calling UF_free.

License requirements: None