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

Save As Step with DataIo

Raider_71
Collaborator

Save As Step with DataIo

Raider_71
Collaborator
Collaborator

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!

 

 

0 Likes
Reply
Accepted solutions (1)
443 Views
2 Replies
Replies (2)

BrianEkins
Mentor
Mentor
Accepted solution

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
Collaborator
Collaborator

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

0 Likes