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 copy in vault

1 REPLY 1
Reply
Message 1 of 2
mds1312
345 Views, 1 Reply

Ilogic copy in vault

HI

 

I need help with how to write the code in ilogic so it still updates when I have done an copy in vault

We have a template project we copy in vault when we start a new project

 

See below foto below how can I write the code so it updates in the rule when I copy from vault 250142-Level_0.ipt to new file name XXX-Level_1

 

inventor.jpg 

1 REPLY 1
Message 2 of 2
adam.nagy
in reply to: mds1312

Hi,

 

You need to rely on something that remains constant even when the part file name is changed, so that you can still find the component you ae interested in.

 

If you override the component name in the model browser then that should remain constant even when the file name is changed.

So you could keep referring to it the same way instead of using the file name, e.g.:

Parameter("Level_1", "LevelHeight")

 

Cheers,



Adam Nagy
Autodesk Platform Services

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

Post to forums  

Autodesk Design & Make Report