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 posted the same message in the drawing forum too.


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 doesnt work...


There is a solution in which I could write a relation combining these two parameters and passing the value to a new parameter in the model and then using it in Drawing, but I dont want to do this....


Can anybody suggest a solution for this...


Regards
Vishnu
 

Sponsor

Articles From 3DCAD World

Back
Top