NXOpen.UF.Smd.AskContourLines

Smd.AskContourLines()

Refer to UF_SMD_ask_contour_lines for documentation.

Signature: AskContourLines(flatPattern)

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

numContourLines(int): Number of contour line object IDs.

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

License requirements: None