NXOpen.UF.Modeling.SetFeatTolerance

Modeling.SetFeatTolerance()

Refer to UF_MODL_set_feat_tolerance for documentation.

Signature: SetFeatTolerance(featureObjId, tolerance, updatePart)

Parameters:
  • featureObjId (Tag) – Feature to set
  • tolerance (float) – Distance tolerance to set in the feature
  • updatePart (bool) – Indicate whether to update the part.If TRUE - Part will get updated by calling UF_MODL_update, FALSE - Part will not get updated, User has to update the part. User can set the tolerance of multiple features and then update the part by calling UF_MODL_update at end or pass the update_part flag as true for last feature

License requirements: None