Log in

View Full Version : Project Wide Parameters


lemiant
31-05-2011, 00:00
Is it possible to create a parameter which exists in all the part files in a project?

SavtaKenneth
31-05-2011, 00:23
Which programming language are you using?

In Java and C++ you can create a class with all the variables defined as 'public static' and then you could have access to them from any file from the project. If you named the class Vars and a variable inside it var1 accessing it (in Java, I don't remember C++ syntax sadly) would be


Vars.var1

lemiant
31-05-2011, 00:38
Which programming language are you using?

In Java and C++ you can create a class with all the variables defined as 'public static' and then you could have access to them from any file from the project. If you named the class Vars and a variable inside it var1 accessing it (in Java, I don't remember C++ syntax sadly) would be


Vars.var1


This is for autodesk inventor.

DMetalKong
31-05-2011, 09:20
You can link excel tables to Inventor files.

This (http://www.youtube.com/watch?v=tgZCUszM_bM) Youtube video shows how.