Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Pro/TOOLKIT-Convert file to other formats

MartyP

New member
Hi,

I need to convert Pro/E .prt and .asm files to the .neu, .stp, .igs, .wrl, and .stl formats programmatically with Pro/TOOLKIT. Does anyone know how to do this or convert to any one of these formats?

I've tried using ProMdlCopy and ProMdlfileCopy but could only copy a .prt file to another .prt file. I couldn't get them to change the file format.

Let me know if I can clarify anything.

Thanks,
Marty
 
Use ProIntf3DFileWrite for iges, step, neutral.


Use ProExportVRML for vrml.


Use ProIntfSliceFileExport for stl.


All of this is in the documentation under Interface.
 
I realize I'm posting this a bit later but... Does anyone know the ProImportExportFile type that gets passed into ProIntfSliceFileExport which will export STL? I'm having trouble finding a type in the ProIntfSliceFileExport enumeration that has STL in its name.
 

Sponsor

Back
Top