Message 1 of 4
Control slider joint using drive joint in a sub-assembly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a slider rail assembly which is assembled in a sub-assembly, which is assembled in the root component. I need to run a loop to move the slider with increaments of 1 mm and extract the physical properties of the whole body as a CSV file. I have figured out to extract the CSV file using python but unable to drive the joints.
Hierarchy
Full assembly-->Main Base-->Slider assembly-->Slider1
in the below format
root.Component-->Component-->Sub-Component-->Joint
I found some info on revolute joints, but very little on slider joints.