NXOpen.UF.Facet.FindEdgeInFacet

Facet.FindEdgeInFacet()

Refer to UF_FACET_find_edge_in_facet for documentation.

Signature: FindEdgeInFacet(model, facetId, vertex1, vertex2)

Parameters:
  • model (Tag) – The model
  • facetId (int) – The id of the facet.
  • vertex1 (list of float) – The first vertex in the edge. This is a 3-space (X, Y, Z) position.
  • vertex2 (list of float) – The second vertex in the edge. This is a 3-space (X, Y, Z) position.
Returns:

A Tuple

Return type:

A tuple consisting of (sense,edgeId)

sense(int): The sense of the edge in the facet. This is: 0 if the edge appears as vertex_1 -> vertex_2 1 if the edge appears as vertex_2 -> vertex_1

edgeId(int): The id of the edge in the facet.

License requirements: ASSEMBLIES MODULE