NXOpen.UF.Sf.EditIdealizeParms

Sf.EditIdealizeParms()

Refer to UF_SF_edit_idealize_parms for documentation.

Signature: EditIdealizeParms(featureTag, parmsP)

Parameters:
  • featureTag (Tag) – The idealize feature
  • parmsP (PointerWrapper) – New parameters of the idealize feature
Returns:

A Tuple

Return type:

A tuple consisting of (nFailingWoundEdges,failingWoundEdges)

nFailingWoundEdges(int): The number of failing wound edges

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

License requirements: None