NXOpen.UF.Modeling.AskUvPointsContainment

Modeling.AskUvPointsContainment()

Refer to UF_MODL_ask_uv_points_containment for documentation.

Signature: AskUvPointsContainment(nUvs, uParms, vParms, faceEid)

Parameters:
  • nUvs (int) – Number of 2D (u, v) points
  • uParms (float) – Array of u parameters of 2D points
  • vParms (float) – Array of v parameters of 2D points
  • faceEid (Tag) – Face on which the 2D points are inquired
Returns:

Array of the point containment status which have the following values: 1 = point is inside the face 2 = point is outside the face 3 = point is on the boundary of the face

Return type:

list of int

License requirements: None