ASSEMBLY EQUATIONS
ASSEMBLY EQUATIONS
(OP)
I want to manipulate an assembly model using the "Assembly Equations" feature. I can manipulate dimensions and hide/show parts using condtional operators (IF, Then, Else, or, etc). I can hide parts, but I do not know how to identify the part that I want hidden? Help?
Here is the code I tried:
If(Hi1_D95==150|mm|) then (HIDE (XXXXXX))
How do I insert comments and more importantly how do I identify the part that I want hidden in the assembly??? Thanks,
Here is the code I tried:
If(Hi1_D95==150|mm|) then (HIDE (XXXXXX))
How do I insert comments and more importantly how do I identify the part that I want hidden in the assembly??? Thanks,





RE: ASSEMBLY EQUATIONS
RE: ASSEMBLY EQUATIONS
If(Hi1_D124==75|mm|) then (Hi1_D93=75|mm|+11|mm| and Hi1_D14=75|mm|+2|mm|)
RE: ASSEMBLY EQUATIONS