hexagon logo

Import CAD file

Hi All,

I'm trying to write VB code to import the CAD model, however it stays on the import CAD status dialog and require user pressing the "OK", how can eliminate the manual input?

Thanks

Terry


pcdPart = pcdApp.PartPrograms.Open("C:\temp\part.prg", "Offline")
pcdPart.Import("c:\temp\model.stp") ' Stay here and need user pressing "OK" button
Parents Reply Children
No Data