NX5 will not accept less than or greater than expression
NX5 will not accept less than or greater than expression
(OP)
I am trying to create a conditional expression and find that using the less than symbol gives the following error: Dimension mismatch (binary operation)
Attempt to use the "<" operation on the Length and Angle
Expression: arm_angle = if(arm_length<100)(102)else(90)
This expression was taken right out of CAST. It will accept the = symbol but not the < or > symbols.
Any help would be greatly appreciated. Thanks
Attempt to use the "<" operation on the Length and Angle
Expression: arm_angle = if(arm_length<100)(102)else(90)
This expression was taken right out of CAST. It will accept the = symbol but not the < or > symbols.
Any help would be greatly appreciated. Thanks





RE: NX5 will not accept less than or greater than expression
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: NX5 will not accept less than or greater than expression