Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
if you have mechinism you could create a servo motor and an analysis.
In regular pro you could vary a dimension in the skeleton using relations, lets say you want to vary the angle of the hinge between 15-45 degrees you could write something like this.
If d2<45
d2=d2+1
else
d2=15
endif
something simple like that should get you started.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.