Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Primary Tolerance Change Ilogic

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
kacper_sikorskiD42JA
143 Views, 2 Replies

Primary Tolerance Change Ilogic

Hello,

How can i change Primary Tolerance using Ilogic?

kacper_sikorskiD42JA_0-1719400403484.png

I know how to change Primary Unit but i can't find the other one.

 

Thank you 😄

Labels (3)
2 REPLIES 2
Message 2 of 3

For specific dimension you can use its Tolerance property and appropriate methods

Dim dimension As DrawingDimension = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kDrawingDimensionFilter, "Pick dimension")
dimension.Tolerance.SetToSymmetric(0.01)
Message 3 of 3

There is also this property:

DrawingDimension.TolerancePrecision 

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report