Re: How to export file to *.igs , *.iges using VBNEt

#7
QuanNguyen wrote:
Sat May 22, 2021 12:19 am
Hi,

Try to follow this topic viewtopic.php?f=3&t=1956&sid=7669c7f9d3 ... ab437ed276

and call the SendCommand:

Code: Select all

        activeDwg.SendCommand("FILEDIA" & vbCr & "0" & vbCr)
        activeDwg.SendCommand("IGESEXPORT" & vbCr & "c:\temp\sample.igs" & vbCr & "aLL" & vbCr & vbCr)
I did it your way but it didn't work
can you try to output to igs or igse on your computer, can you help me