NXOpen.UF.Modeling.AskPointContainment

Modeling.AskPointContainment()

Refer to UF_MODL_ask_point_containment for documentation.

Signature: AskPointContainment(point, body)

Parameters:
  • point (list of float) – Point coordinates of the inquiry point
  • body (Tag) – Face, edge, solid, or sheet body tag onwhich point is inquired
Returns:

Returned status of the point on the body 1 = point is inside the body 2 = point is outside the body 3 = point is on the body

Return type:

int

License requirements: None