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.

Drawing Program

vishnushankar

New member
Hi All,


I am facing a problem in Drawing program.


I have to control the view state using two parameters; for eg;


IF NO_OF_HOLES==3 & HOLE_LOCATION=="RIGHT"


SET STATE XYZ


ENDIF


the above doesnt work. Then I tried:


IF NO_OF_HOLES==3


IFHOLE_LOCATION=="RIGHT"


SET STATE XYZ


ENDIF


ENDIF


This too doent work...


Can anybody suggest a solution for this...


Regards


Vishnu
 

Sponsor

Back
Top