NXOpen.UF.Curve.AskCombineCurves

Curve.AskCombineCurves()

Refer to UF_CURVE_ask_combine_curves for documentation.

Signature: AskCombineCurves(combineCurveFeature)

Parameters:combineCurveFeature (Tag) – Object tag for the combined curve feature.
Returns:A Tuple
Return type:A tuple consisting of (firstCurveTag,firstDir,secondCurveTag,secondDir,tol,curveList)

firstCurveTag(Tag): First curve tag projected for combine

firstDir(`NXOpen.UF.Curve.CombineCurvesDirection Refer to UF_CURVE_combine_curves_direction_s for documentation.`): Pointer to projection direction info for first curve

secondCurveTag(Tag): Second curve tag projected for combine

secondDir(`NXOpen.UF.Curve.CombineCurvesDirection Refer to UF_CURVE_combine_curves_direction_s for documentation.`): Pointer to projection direction info for second curve

tol(str): String containing the value for curve approximation tolerance (distance tolerance). This parameter must be freed by calling UF_free.

curveList(`NXOpen.UF.UF.List Refer to ` <../ugopen_doc/uf/.html>`_ for documentation.`): Address of pointer to list of curve tags created by combining two curves. Use UF_MODL_delete_list to free the space allocated for this list.

License requirements: None