Save As Step with DataIo

Save As Step with DataIo

Raider_71
Collaborator Collaborator
594 Views
2 Replies
Message 1 of 3

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
Accepted solutions (1)
595 Views
2 Replies
Replies (2)
Message 2 of 3

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
Message 3 of 3

Raider_71
Collaborator
Collaborator

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

0 Likes