ig:gfx:how-to-run-ig.model.processor
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ig:gfx:how-to-run-ig.model.processor [2025/10/29 08:54] – created ig_ii | ig:gfx:how-to-run-ig.model.processor [2025/10/29 09:11] (current) – ig_ii | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== Main Options ===== | ===== Main Options ===== | ||
| * **--model {SOLID, FLAT, EXTRUSION, REVOLUTION}** | * **--model {SOLID, FLAT, EXTRUSION, REVOLUTION}** | ||
| - | Select the model to be processed. Model names are case-insensitive (e.g., SOLID, solid, Solid).\\\\ | + | Select the model to be processed. Model names are case-insensitive (e.g., SOLID, solid, Solid).\\ |
| - | Default: '' | + | Default: '' |
| Example: '' | Example: '' | ||
| | | ||
| * **--file < | * **--file < | ||
| - | Specify the absolute path of the file to be processed. The file format depends on the selected model (e.g., JSON for SOLID).\\\\ | + | Specify the absolute path of the file to be processed. The file format depends on the selected model (e.g., JSON for SOLID).\\ |
| - | Default: empty\\\\ | + | Default: empty\\ |
| Example: '' | Example: '' | ||
| | | ||
| * **--output {obj, stl, step, all, ctm, obj+ctm}** | * **--output {obj, stl, step, all, ctm, obj+ctm}** | ||
| - | Specify the output format(s). Case-insensitive.\\\\ | + | Specify the output format(s). Case-insensitive.\\ |
| - | Default: '' | + | Default: '' |
| Example: '' | Example: '' | ||
| | | ||
| * **--out < | * **--out < | ||
| - | Optional. Specify the output folder for generated models.\\\\ | + | Optional. Specify the output folder for generated models.\\ |
| - | Default: '' | + | Default: '' |
| Example: '' | Example: '' | ||
| | | ||
| * **--no-uvs** | * **--no-uvs** | ||
| - | Disable UV generation for the '' | + | Disable UV generation for the '' |
| - | If specified, no UV coordinates will be included.\\\\ | + | If specified, no UV coordinates will be included.\\ |
| Additionally, | Additionally, | ||
| + | |||
| * **--quality** | * **--quality** | ||
| Overwrite JSON quality parameters. | Overwrite JSON quality parameters. | ||
| Line 55: | Line 56: | ||
| **Model Flag:** | **Model Flag:** | ||
| - | < | + | |
| - | --extrusion | + | |
| - | </ | + | |
| - | * **extrusion-101-min1.4.json** Example commands: | + | * **extrusion-101-min1.4.json** |
| + | | ||
| | | ||
| - | | + | **Linux:** |
| <code bash> | <code bash> | ||
| ./ | ./ | ||
| </ | </ | ||
| | | ||
| - | | + | **Windows: |
| <code bash> | <code bash> | ||
| IG.Model.Processor.exe --model extrusion --file extrusion-101-min1.4.json --output OBJ | IG.Model.Processor.exe --model extrusion --file extrusion-101-min1.4.json --output OBJ | ||
| </ | </ | ||
| - | List of Sample Files: | + | Sample File List: |
| - | < | + | extrusion-101-min1.4.json |
| - | extrusion-101-min1.4.json | + | |
| - | </ | + | |
| Line 82: | Line 80: | ||
| **Model Flag:** | **Model Flag:** | ||
| - | < | + | |
| - | --flat or --flatpanel | + | |
| - | </ | + | |
| - | * **flatPanel-101-horizontal-min1.4.json** Example commands: | + | * **flatPanel-101-horizontal-min1.4.json** |
| + | | ||
| | | ||
| - | | + | **Linux:** |
| <code bash> | <code bash> | ||
| ./ | ./ | ||
| </ | </ | ||
| | | ||
| - | | + | **Windows: |
| <code bash> | <code bash> | ||
| IG.Model.Processor.exe --model flatpanel --file flatPanel-101-horizontal-min1.4.json --output OBJ | IG.Model.Processor.exe --model flatpanel --file flatPanel-101-horizontal-min1.4.json --output OBJ | ||
| </ | </ | ||
| - | List of Sample Files: | + | Sample File List: |
| - | < | + | flatPanel-101-horizontal-min1.4.json |
| - | flatPanel-101-horizontal-min1.4.json | + | flatPanel-102-vertical-min1.4.json |
| - | flatPanel-102-vertical-min1.4.json | + | flatPanel-103-solid-min1.4.json |
| - | flatPanel-103-solid-min1.4.json | + | flatPanel-104-triangle-min1.4.json |
| - | flatPanel-104-triangle-min1.4.json | + | flatPanel-111-horizontal-raised-min1.4.json |
| - | flatPanel-111-horizontal-raised-min1.4.json | + | flatPanel-112-vertical-raised-min1.4.json |
| - | flatPanel-112-vertical-raised-min1.4.json | + | flatPanel-113-solid-raised-min1.4.json |
| - | flatPanel-113-solid-raised-min1.4.json | + | flatPanel-114-triangle-raised-min1.4.json |
| - | flatPanel-114-triangle-raised-min1.4.json | + | flatPanel-115-vertical-arched-panel-min1.4.json |
| - | flatPanel-115-vertical-arched-panel-min1.4.json | + | |
| - | </ | + | |
| Line 117: | Line 112: | ||
| **Model Flag:** | **Model Flag:** | ||
| - | < | + | |
| - | --solid | + | |
| - | </ | + | |
| - | * **solid-101-min1.4.json** Example commands: | + | * **solid-101-min1.4.json** |
| + | | ||
| | | ||
| - | | + | **Linux:** |
| <code bash> | <code bash> | ||
| ./ | ./ | ||
| </ | </ | ||
| | | ||
| - | | + | **Windows: |
| <code bash> | <code bash> | ||
| IG.Model.Processor.exe --model solid --file solid-101-min1.4.json --output OBJ | IG.Model.Processor.exe --model solid --file solid-101-min1.4.json --output OBJ | ||
| </ | </ | ||
| - | List of Sample Files: | + | Sample File List: |
| - | < | + | solid-101-min1.4.json |
| - | solid-101-min1.4.json | + | solid-102-min1.4.json |
| - | solid-102-min1.4.json | + | solid-103-min1.4.json |
| - | solid-103-min1.4.json | + | solid-104-min1.4.json |
| - | solid-104-min1.4.json | + | solid-111-min1.4.json |
| - | solid-111-min1.4.json | + | solid-112-min1.4.json |
| - | solid-112-min1.4.json | + | solid-113-min1.4.json |
| - | solid-113-min1.4.json | + | solid-114-default-min1.4.json |
| - | solid-114-default-min1.4.json | + | solid-114-min1.4.json |
| - | solid-114-min1.4.json | + | solid-131-square-path-min1.4.json |
| - | solid-131-square-path-min1.4.json | + | solid-132-beveled-path-min1.4.json |
| - | solid-132-beveled-path-min1.4.json | + | solid-134-arched-panel-min1.4.json |
| - | solid-134-arched-panel-min1.4.json | + | solid-135-square-with-profile-min1.4.json |
| - | solid-135-square-with-profile-min1.4.json | + | |
| - | </ | + | |
| Line 156: | Line 148: | ||
| **Model Flag:** | **Model Flag:** | ||
| - | < | + | |
| - | --revolution | + | |
| - | </ | + | |
| - | * **revolution-101.json** Example commands: | + | * **revolution-101.json** |
| + | | ||
| | | ||
| - | | + | **Linux:** |
| <code bash> | <code bash> | ||
| ./ | ./ | ||
| </ | </ | ||
| | | ||
| - | | + | **Windows: |
| <code bash> | <code bash> | ||
| IG.Model.Processor.exe --model revolution --file revolution-101.json --output OBJ | IG.Model.Processor.exe --model revolution --file revolution-101.json --output OBJ | ||
| </ | </ | ||
| + | Sample File List: | ||
| + | revolution-101.json | ||
ig/gfx/how-to-run-ig.model.processor.1761724469.txt.gz · Last modified: 2025/10/29 08:54 by ig_ii
