You can use AND or OR
C_FAerofoilChord <= 25mm AND
length <=10
In this case both satements must be true to get green ligth
C_FAerofoilChord <= 25mm OR
length <=10
If one of these statemets is true then green light.
(From DS Campus)
mahrens123
I understand how to make a single lined check in CATIA:
C_FAerofoilChord <= 25mm
But, how would I have two (or more) different statements in the single check?
Thank you