NXOpen.UF.Smd.AskFormblkLines

Smd.AskFormblkLines()

Refer to UF_SMD_ask_formblk_lines for documentation.

Signature: AskFormblkLines(flatPattern)

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

numFormblkLines(int): Number of form block line object IDs.

formblkLines(list of Tag): Array of form block line object IDs. This array must be freed by calling UF_free.

License requirements: None