NXOpen.UF.Smd.AskBendTanLines

Smd.AskBendTanLines()

Refer to UF_SMD_ask_bend_tan_lines for documentation.

Signature: AskBendTanLines(flatPattern)

Parameters:flatPattern (Tag) – Object ID of the flat pattern.
Returns:A Tuple
Return type:A tuple consisting of (numBendTanLines,bendTanLines)

numBendTanLines(int): Number of bend tangent line object IDs.

bendTanLines(list of Tag): Array of bend tangent line object IDs. This array must be freed by calling UF_free.

License requirements: None