Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 587 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 587 Bytes

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