Command line tool
The software can be downloaded from here. Just extract the zip to a folder of your choice and start the program with “IG.Converter.exe”.
The program uses an IG online service to convert various 3D mesh formats including included materials.
The program also always checks first whether the service is active.
IG.Converter CommandLine Tool 1.0 Usage: IG.Converter.exe -file={Filepath}||-folder={Folder} -format={Format Extension} Options: -in={Input pattern} -prefix={ Prefix} -remove={ Prefix} -autofix -recursive -force Use an single file with parameter -file and the format OR specify an folder with -folder, an input pattern with -in and the format for an batch conversion of all files. Use the -recursive switch for the -folder mode to look in all sub folders. Use the -force switch to overwrite existing result files. Use the -force switch to overwrite existing result files. Use the -in pattern to filter files searched for and the -prefix string to add more filtering for the files to work on. The -remove string removes an prefix from the result files if required. Use the -autofix switch to fix converted geometries for the required rotation. Examples: -in=dwg => Search pattern is $FOLDER$\*.dwg Examples: -in=dwg -prefix=3d_ => Search pattern is $FOLDER$\3d_*.dwg Supported input formats are: [3D PDF|3DS MAX|CATIA|Collada|CTM|DWF|DWG(2021)|DXF|FBX(2020)|GLTF|IFC IGES,INVENTOR(2022),LightWave,OSG,PRC,RHINO,SKETCHUP(2022),SOLIDWORKS(2022)(2019),STEP,STL U3D,USDZ,Point Cloud,WAVEFRONT OBJ,ZBRUSH,Mechanical ACIS(1.5 - 28.0),Creo(2 - 5),NX(5 - 1899) PARASOLID(12 - 32),SOLIDEDGE(ST7 - 2021),Ultimate JT *.jt,SAP 3D Visual,Adams] Supported output formats are: [3D PDF .pdf,3DS MAX .3ds,3MF .3mf,Collada .dae,CTM .ctm, DIRECT .x,DWF .dwf,DWG .dwg,FBX .fbx,GLTF .gltf .glb,IVE .ive,OSG .osg .osgb,PRC .prc SKETCHUP(2022) .skp,STL .stl,U3D .u3d,USDZ .usdz,WAVEFRONT OBJ .obj,WEBGL / HTML5 .htm JT .jt] Please use the extensions listed above for the format parameter, for example format=.dwg or format=dwg.
%IG_GFX_CONVERTER% -folder=Geos -format=obj -in=dwg -autofix -force
Converts all .dwg files from the folder “Geos” into .obj files. All existing files will be overwritten. The up vector will be corrected after the conversion.
%IG_GFX_CONVERTER% -file=test.step -format=ctm
Converts the test.step to .ctm format.