NXOpen.UF.Sf.AskIdealizeRegion

Sf.AskIdealizeRegion()

Refer to UF_SF_ask_idealize_region for documentation.

Signature: AskIdealizeRegion(regionP, angleExp)

Parameters:
  • regionP (PointerWrapper) – Idealize region entity in which to query
  • angleExp (Tag) – Expression used for the tagential edge angle which is used for the region boundary, Can be NULL_TAG
Returns:

A Tuple

Return type:

A tuple consisting of (seedFace,numBndFaces,bndFaces)

seedFace(Tag): Seed face for the region Pass NULL if return parameter is not wanted

numBndFaces(int): Number of boundary faces in the bnd_faces array. Can be 0 Pass NULL if return parameter is not wanted If NULL is passed in, bnd_faces will be returned as NULL

bndFaces(list of Tag): Array of boundary faces. Is NULL if num_bnd_faces == 0 Pass NULL if return parameter is not wanted

License requirements: None