NXOpen.UF.Sf.CreateIdealizeRegion

Sf.CreateIdealizeRegion()

Refer to UF_SF_create_idealize_region for documentation.

Signature: CreateIdealizeRegion(regionP, parmsP)

Parameters:
  • regionP (PointerWrapper) – Parameters that define the region of the body to be simplified.
  • parmsP (PointerWrapper) – Parameters of the new idealize feature
Returns:

A Tuple

Return type:

A tuple consisting of (featureTag,nFailingWoundEdges,failingWoundEdges)

featureTag(Tag): The feature created

nFailingWoundEdges(int): Number of edges of failing wounds

failingWoundEdges(list of Tag): Array of edges of failing wounds. This must be freed by calling UF_free.

License requirements: None