All,
The logical following logical operators are used in Pro/E relations:
math operators: + - * / ^ ( ) =
functions: ln(), log(), abs(), ceil(), floor(), sqrt()
trig functions: sin(), cos(), tan(), asin(), acos(), atan(), sinh(),
cosh(), tanh() Note: The trig functions are always in degrees
logical comparison: & (and), | (or), ! (not)
logical equality: ==
inequalities: != (not equal), < (greater than), > (less than), <=
(greater than or equal), >= (less than or equal)
I think the operators would be the same for mechanism expressions.
Best regards,
Matthew