AJMemphis
Mechanical
- Aug 22, 2013
- 32
Hi All!
I am currently doing a few parts and wanting to control them all by a single expression, so far i am managing but i have come across a problem i cant solve.
I have part that when over 60mm it has four holes that are threaded 25mm, when under 60mm it the threaded holes just go straight through. This means that depending on the size there is either 2 or 4 holes, is there an expression anything like this
If ( 'part' >= 60 )
Then ( 25 )
Else if (p4 < 60 )
Then (DO NOT DO IT!)
I assumed the word 'false' would work but thats a 'syntax error'
Any help appreciated,
Thanks
I am currently doing a few parts and wanting to control them all by a single expression, so far i am managing but i have come across a problem i cant solve.
I have part that when over 60mm it has four holes that are threaded 25mm, when under 60mm it the threaded holes just go straight through. This means that depending on the size there is either 2 or 4 holes, is there an expression anything like this
If ( 'part' >= 60 )
Then ( 25 )
Else if (p4 < 60 )
Then (DO NOT DO IT!)
I assumed the word 'false' would work but thats a 'syntax error'
Any help appreciated,
Thanks