Hello All,
running catia v5 r12, not sure which service pack, on a unix machine.
Having had a look at the rather cryptic help regarding 'if statments', I am no wiser as to the syntax of nesting if staments.
What I have is a parameter: 'Seat Travel', with two options: '>133mm' or '=<133mm,' with a second parameter '%ile' with two options: '95%ile' or '99%ile'.
The required layout would be something like:
if 'seat travel' == >133mm
if %ile == '95%ile' statment else statment
else 'steat Travel' == <133mm
as above
I get the impresion '[]' are involved but not sure how, I would appreciate if you could point me in the right direction.
Thanks for you help. |