NXOpen.UF.Sf.CreateIdealizeBody

Sf.CreateIdealizeBody()

Refer to UF_SF_create_idealize_body for documentation.

Signature: CreateIdealizeBody(bodyTag, parmsP)

Parameters:
  • bodyTag (Tag) – Body to be simplified (Solid or Sheet)
  • 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