Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Raider_71
441 Views, 2 Replies

Save As Step with DataIo

Hi all.

 

I would like to know if its possible to save a part as STEP using the DataIo object?

Dim oDataIO As Inventor.DataIO
oDataIO = oCompDef.DataIO
oDataIO.WriteDataToFile()

Thanks in advance!

 

 

BrianEkins
in reply to: Raider_71

STEP is not supported by DataIO.  You have to use the STEP translator add-in.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
Raider_71
in reply to: BrianEkins

Thanks Brian! That's what I expected but the documentation is a bit vague on the topic.