NXOpen.UF.Assem.FindPrev16AlignsToCheck

Assem.FindPrev16AlignsToCheck()

Refer to UF_ASSEM_find_prev16_aligns_to_check for documentation.

Signature: FindPrev16AlignsToCheck(partTag, recurse)

Parameters:
  • partTag (Tag) – The part in which to search
  • recurse (bool) – Whether to search in all components (true) or just in this part (false)
Returns:

A Tuple

Return type:

A tuple consisting of (nAlignsToCheck,alignsToCheck)

nAlignsToCheck(int): The number of found constraints

alignsToCheck(list of ``NXOpen.UF.Assem.Prev16Align` Refer to UF_ASSEM_prev16_align_s for documentation.`): The found constraints (array of length n_aligns_to_check) Freed by UF_ASSEM_free_prev16_aligns

License requirements: None