NXOpen.UF.Smd.AskFpChildren

Smd.AskFpChildren()

Refer to UF_SMD_ask_fp_children for documentation.

Signature: AskFpChildren(flatPattern, parent)

Parameters:
  • flatPattern (Tag) – Object ID of the flat pattern.
  • parent (Tag) – Object ID of the flat pattern.
Returns:

A Tuple

Return type:

A tuple consisting of (numChildren,children)

numChildren(int): Number of child object IDs in the flat pattern. (Or 0 if there is an error.)

children(list of Tag): Array of child object IDs. This array must be freed by calling UF_free. (Or NULL if there is an error.)

License requirements: None