NXOpen.UF.Part.FindFamilyInstance

Part.FindFamilyInstance()

Refer to UF_PART_find_family_instance for documentation.

Signature: FindFamilyInstance(family, memberIndex, load, useLoadOptions)

Parameters:
  • family (Tag) – Object identifier of the family.
  • memberIndex (int) – Index of the family member.
  • load (bool) – Load part if found?
  • useLoadOptions (bool) – Use load options to find part?
Returns:

Name of part containing the family instance. This should be freed by calling UF_free.

Return type:

str

License requirements: None