Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

What is wrong with this formula ?

amnon

New member
What is wrong with this formula ?


if "thickness g" == 3mm {chamfer=5mm}
else if "thickness g" == 4mm or "thickness g" == 5mm {chamfer = 1mm}
else if "thickness g" >= 6mm or "thickness g" <=8mm {chamfer = 1,5mm}


Bad kind of argument number 2 in Operator ==
(should be Enumere Insted of Length


Respect
Amnon
 

Sponsor

Articles From 3DCAD World

Back
Top