Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Inventor (http://www.chiefdelphi.com/forums/forumdisplay.php?f=57)
-   -   Project Wide Parameters (http://www.chiefdelphi.com/forums/showthread.php?t=95428)

lemiant 31-05-2011 00:00

Project Wide Parameters
 
Is it possible to create a parameter which exists in all the part files in a project?

SavtaKenneth 31-05-2011 00:23

Re: Project Wide Parameters
 
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

Code:

Vars.var1

lemiant 31-05-2011 00:38

Re: Project Wide Parameters
 
Quote:

Originally Posted by SavtaKenneth (Post 1064265)
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

Code:

Vars.var1

This is for autodesk inventor.

DMetalKong 31-05-2011 09:20

Re: Project Wide Parameters
 
You can link excel tables to Inventor files.

This Youtube video shows how.


All times are GMT -5. The time now is 01:29.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi