NXOpen.UF.Facet.AskPlaneEquation

Facet.AskPlaneEquation()

Refer to UF_FACET_ask_plane_equation for documentation.

Signature: AskPlaneEquation(model, facetId)

Parameters:
  • model (Tag) – The model
  • facetId (int) – The id of the facet.
Returns:

A Tuple

Return type:

A tuple consisting of (plane_normal,d_coefficient)

plane_normal(list of float): The plane normal for the facet. This is a 3-space (X, Y, Z) normal vector. The (X, Y, Z) of this vector provide the A, B, and C coefficients respectively of the plane equation: Ax + By + Cz +D = 0

d_coefficient(float): The d_coefficient for the plane of the facet. This provides the D coefficient in the above equation.

License requirements: None