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.

Moviment Relation

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.
 

Sponsor

Back
Top