3DEXPERIENCE Tutorial: IF ELSE statement in Formulas
ฝัง
- เผยแพร่เมื่อ 28 ม.ค. 2025
- From R2018X you can use IF ELSE statement not only in rules, but also in formulas, which is more convenient...
Syntax (Ternary Operator)
"predicate ? rightvalue1 ; rightvalue2"
Example
let x (Integer)
x = (2==2) ? 1 ; 3