Message 1 of 2
Is it possible to import step files through code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am developing a plugin that allows you to import models into your scene.
What I am trying to do now is to get a step file from a database and add this model to the current scene.
Is this possible to do without using the import command? I want to hold the file in memory so I dont have to work with local files. As far as I can tell, the import command always needs a file to open. Also it requires user interaction