I would like to define a global variable in an assembly and reference it in a part (or vice versa). This seems like a simple task, but have been unable to figure out. I need to use this approach since I have a FEM application that interfaces with the assembly and can read and modify its global variables, but I need the use the value of the variable in an embedded part. I'm a newbie, so I apologise in advance if I'm asking something obvious or already posted.
Steve
I just tried this and it worked fine.
1. I inserted an existing part into an assy.
2. I created an equation in the assy like tmp=.5 and this became my global variable.
3. I double-clicked on the inserted part and double-clicked on the dim I wanted to modify.
4. I changed the box of that dim to add an equation.
5. I made that dim = to the tmp variable.
6. Rebuild and the part changed accordingly.
WT