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: 

iLogic - Parameters tolerances

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
jonathanruffray
960 Views, 2 Replies

iLogic - Parameters tolerances

Hello,

 

I would like to write some ilogic code to set-up the paramaters to median tolerance , then export part in *.step format and save in a specific folder.

 

I succeed to export files and save it as I want but I can't find the command lines to drive tolerances of parameters (min/max/nominal/median).

 

Could someone help me or indicate me where to find inventor ilogic command lines... If I-logic could be as easy as VB where it proposed a list of command as you start to typing the function..
 

Enjoy your Week-end,

John.

--------------------------------
Autodesk Product Design Suite Ultimate 2013
Win 7 Pro 64 bits SP1
Bi-Xeon E5520 (2x Quad-core @2.27GHz)
Quadro Fx 1800 768Mo GDDR3
6Go Ram DDR3 667MHz ECC
2 REPLIES 2
Message 2 of 3

These lines should solve described task:

 

Dim oDoc as Inventor.PartDocument = ThisDoc.Document
Dim oParameters as Inventor.Parameters _
      = oDoc.ComponentDefinition.Parameters
oParameters.SetAllToMedian()

 


Vladimir Ananyev
Developer Technical Services
Autodesk Developer Network

Message 3 of 3

Thanks for your help, it's works fine.

 

Please could you tell me where I could find which i-logic commands should be used related to inventor function? Is there a list of all i-logic / vb comands related to inventor?

 

Regards,

John.

--------------------------------
Autodesk Product Design Suite Ultimate 2013
Win 7 Pro 64 bits SP1
Bi-Xeon E5520 (2x Quad-core @2.27GHz)
Quadro Fx 1800 768Mo GDDR3
6Go Ram DDR3 667MHz ECC

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

Post to forums  

Autodesk Design & Make Report