Knowledgeware Check Editor?
Knowledgeware Check Editor?
(OP)
I understand how to make a single lined check in CATIA:
[i]C_FAerofoilChord <= 25mm[/i]
But, how would I have two (or more) different statements in the single check?
Thank you
[i]C_FAerofoilChord <= 25mm[/i]
But, how would I have two (or more) different statements in the single check?
Thank you





RE: Knowledgeware Check Editor?
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