Inventor performance translating native to STP files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am currently working on a configurator for electric motors.
I notice that assembling the motor within Inventor is pretty fast (<2 sec). When it is fully assembled i translate it in iLogic to a 3D .stp file using;
Dim oStepName As String = SavePath & Naam & ".stp"
ThisDoc.Document.SaveAs(oStepName, True)
The .stp file size is about 20-50mb and takes about 15 seconds.
I find this quite alot of time and prefer it to be as little as possible.
Inventor is installed on an onpremise server (not my rig and i don't know a whole lot about the optimal specifications for CAD computers), when i look at the preformance it displays;
The red drawn periods is where the iLogic code executes the assembling and translating/saving.
It seems it's not using alot of processing power, so what is the bottleneck here?
Is there any way to up the preformance and translate files to 3D .stp faster?
Thanks in advance.