NXOpen.UF.Facet.AskAdjacentFacet

Facet.AskAdjacentFacet()

Refer to UF_FACET_ask_adjacent_facet for documentation.

Signature: AskAdjacentFacet(model, facetId, edgeId)

Parameters:
  • model (Tag) – The model
  • facetId (int) – The id of the facet.
  • edgeId (int) – The edge of which the adjacent facet is being inquired.
Returns:

A Tuple

Return type:

A tuple consisting of (adjacentFacetId,edgeIdInAdjacentFacet)

adjacentFacetId(int): The adjacent facet

edgeIdInAdjacentFacet(int): The edge in the adjacent facet which is adjacent to edge_id in facet_id.

License requirements: None