NXOpen.UF.Modeling.CheckInterference

Modeling.CheckInterference()

Refer to UF_MODL_check_interference for documentation.

Signature: CheckInterference(target, numTools, tools)

Parameters:
  • target (Tag) – Target body against which interference is checked
  • numTools (int) – Number of tool bodies specified in tools array
  • tools (list of Tag) – Tool bodies whose interference with target is inquired. Dimensioned to num_tools
Returns:

Interference status for each tool body. The caller is responsible for allocating it with an array size of num_tools. = 1 -> there is interference = 2 -> no interference = 3 -> touching, that is coincident faces

Return type:

list of int

License requirements: SOLIDS MODELING