iLogic to convert tolerance in a drawing

iLogic to convert tolerance in a drawing

Rony4491
Explorer Explorer
523 Views
3 Replies
Message 1 of 4

iLogic to convert tolerance in a drawing

Rony4491
Explorer
Explorer

Hi everyone,

 

I'm trying to find a way to convert some tolerances in a drawing using iLogic, because I have many drawing to check.

 

For example I have "10 +0.02/0" or "20 ±0.05" and I want to :

1. Test if it's a symmetric, deviation or default tolerance for each dimension in my drawing.

2. Get the 1 or 2 values (+0.02, 0,etc...) and test it (if it's more than 1, go to the next dimension).

3. Change +0.02/0 to +20/0 and change ±0.05 to ±50.

 

Best regards

0 Likes
524 Views
3 Replies
Replies (3)
Message 2 of 4

chandra.shekar.g
Autodesk Support
Autodesk Support

@Rony4491,

 

Every dimension object contains Tolerance object. From Tolerance object, Type can be determined. For more details, refer sample API program link.

 

http://help.autodesk.com/view/INVNTOR/2019/ENU/?guid=GUID-066D6B4E-CE84-4727-AFC9-ADB196EC08F9

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 3 of 4

Rony4491
Explorer
Explorer

Hello thanks for your answer, but I got a 404 error when I click on it..

0 Likes
Message 4 of 4

chandra.shekar.g
Autodesk Support
Autodesk Support

@Rony4491 ,

 

Try this link.

 

https://help.autodesk.com/view/INVNTOR/2020/ENU/?guid=GUID-066D6B4E-CE84-4727-AFC9-ADB196EC08F9

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes