Message 1 of 3
Need help in providing input to an Inventor assembly from an API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an Autodesk inventor assembly in which there is a coordinate frame, say, o-xyz, attached to a moving rigid body, where "o" is the origin of the frame. Also, there is coordinate frame, say, O-XYZ, attached to a body which is fixed/grounded. I want to write an API code using Microsoft Visual Basic 15 from which I can command the assembly to move in a certain way. I am able to rotate the axes and translate the origin of the moving coordinate frame w.r.t. to the fixed coordinate frame from an API. I have been facing issue in translating the axes of the moving frame along the axes of the fixed frame from the API. If anyone knows how to do it, it would be very helpful.
Thanks in advance!