NXOpen.UF.Smd.AskBendLines

Smd.AskBendLines()

Refer to UF_SMD_ask_bend_lines for documentation.

Signature: AskBendLines(flatPattern)

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

numBendLines(int): Number of bend line object IDs.

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

License requirements: None