How to use Inventor iLogic to automatically convert 3D drawings to stp format files?

Use Inventor iLogic to automatically convert 3D drawings to stp format files, the code is as follows: ‘ Get the STEP translator Add-In. Dim oSTEPTranslator As TranslatorAddIn oSTEPTranslator = ThisApplication.ApplicationAddIns.ItemById(“{90AF7F40-0C01-11D5-8E83-0010B541CD80}”) Dim oContext As TranslationContext oContext…

Continue reading →