/IGES-STEP-to-OBJ

Convert CAD (IGES / STEP) data to OBJ data

Primary LanguageC++MIT LicenseMIT

IGES-STEP-to-OBJ

based on OpenCASCADE

IGES and STEP are converted to OBJ (with material).

igescnv.exe IGESorSTEP_File -o objbasename -edge [0,1] -one [0,1] -timeout min

ex) igescnv.exe model.igs -o model

This OBJViewer is Meshlab.

Convert surface (control point) to IGES

ex) igescnv_write.exe CP.dat -o igesFile.igs

CP.dat is the control point data file. https://github.com/Sanaxen/OBJ-to-IGES

Requirements

Visual Studio

External Libraries

OpenCASCADE7.1.0-vc10-64