Message 1 of 3
Get Contrains and Joints info from Inventor to a json file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Using manual iLogic commands with VB.NET, is it possible to access all the information about constraints and mates, for example? I know it is possible to create them, but is it also possible to read that information and save it to an external file?
The goal is to open the machine CAD in a game engine, such as Unity, and import the constraint and joint information in order to understand the mechanics and movement limits of an industrial machine, without needing to program everything manually in Unity.
Thank you!