User Tools

Site Tools


ig:converter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ig:converter [2022/08/04 15:48] – created ig_sbig:converter [2024/04/04 08:04] (current) – external edit 127.0.0.1
Line 3: Line 3:
 **Command line tool** **Command line tool**
  
 +The software can be [[https://nextcloud.intelligentgraphics.biz/index.php/s/p7p929kNggTgPXt|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.
  
-Parameters (copied from console output)+==== Parameters (copied from console output) ====
  
 <code> <code>
Line 37: Line 40:
 Please use the extensions listed above for the format parameter, for example format=.dwg or format=dwg. Please use the extensions listed above for the format parameter, for example format=.dwg or format=dwg.
 </code> </code>
 +
 +==== Examples ====
 +
 +<code>
 +%IG_GFX_CONVERTER% -folder=Geos -format=obj -in=dwg -autofix -force
 +</code>
 +
 +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.
 +
 +<code>
 +%IG_GFX_CONVERTER% -file=test.step -format=ctm
 +</code>
 +
 +Converts the test.step to .ctm format.
ig/converter.1659620916.txt.gz · Last modified: 2024/04/04 08:04 (external edit)