10-23-2024
04:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-23-2024
04:44 AM
Hello All,
Is there a way, via iLogic or with the API, to set the precision of a specific hole's tolerance? I have set the tolerance type like this:
holeFeature.HoleDiameter.Tolerance.SetToFits(ToleranceTypeEnum.kLimitsFitsShowTolerance, fastenerType, "");
But I am not able to set the precision to X.XXX decimal places like you can in the UI. Any suggestions?
Solved! Go to Solution.
10-23-2024
04:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-23-2024
04:56 AM
Property holeFeature.HoleDiameter returns Parameter object. See its Parameter.Precision property. It should be what are you looking for.
10-23-2024
05:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report