NXOpen.UF.Curve.AskProjCurveParents

Curve.AskProjCurveParents()

Refer to UF_CURVE_ask_proj_curve_parents for documentation.

Signature: AskProjCurveParents(projCurve)

Parameters:projCurve (Tag) – The curve identifier whose projected curve feature, defining sheet_body/face/plane/datum_plane, and defining curve are to be found.
Returns:A Tuple
Return type:A tuple consisting of (definingFeature,definingTarget,definingCurve)

definingFeature(Tag): The projected curves feature identifier that produced the input curve.

definingTarget(Tag): The sheet_body/face/plane/datum_plane identifier of the defining target that the input curve was projected onto.

definingCurve(Tag): The defining curve identifier of the projected curve feature that generated this projected curve.

License requirements: None