NXOpen.UF.Sf.AllocIdealizeRegion

Sf.AllocIdealizeRegion()

Refer to UF_SF_alloc_idealize_region for documentation.

Signature: AllocIdealizeRegion(seedFace, numBndFaces, bndFaces, angleExp)

Parameters:
  • seedFace (Tag) – Seed face for the region (required)
  • numBndFaces (int) – Number of boundary faces in the bnd_faces array. Can be 0
  • bndFaces (list of Tag) – Array of boundary faces. Can be NULL if num_bnd_faces == 0
  • angleExp (Tag) – Expression to be used for the tagential edge angle which is used for the region boundary, Can be NULL_TAG
Returns:

Idealize region entity created Use UF_SF_free_idealize_region to free

Return type:

PointerWrapper

License requirements: None