User Tools

Site Tools


visual3d:overview:commandline

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:overview:commandline [2024/06/19 12:53] sgrangervisual3d:overview:commandline [2024/07/12 13:31] (current) – removed sgranger
Line 1: Line 1:
-===== launching visual3d & pipeline externally ===== 
- 
-launching visual3d from a dos command line (or an external program) 
- 
-if you have a dos path set to the visual3d directory you can type 
- 
-**visual3d.exe** 
-if not, you must specify the full path to visual3d. 
- 
-**c:\program files\visual3d\visual3d.exe** 
-===== command line parameters ===== 
- 
-several parameters can be passed to visual when it is being launched from the command line:\\ 
-\\ 
-**-s <pipeline path and file name>:** this can be used to run a saved pipeline immediately after opening v3d from the command line.\\ 
- 
- 
-<code> 
-   visual3d.exe -s "c:\users\user\documents\scripts\pipeline.v3s" 
-</code> 
- 
-\\ 
-**-c <pipeline command>:** this can be used to execute a specific pipeline command, unaltered default parameters can be excluded. this parameter can be used multiple times to execute multiple pipeline commands.\\ 
- 
- 
-<code> 
-   visual3d.exe -c "file_open/file_name=motion_file.c3d;" 
-</code> 
- 
-\\ 
-**-f <default folder>:** this can be used to set the defaultdatapath. this parameter can be used three times, subsequent uses define the defaultmodelpath and the defaultreportpath.\\ 
- 
- 
-<code> 
-   visual3d.exe -f "c:\users\user\documents\data_folder" -f "c:\users\user\documents\model_folder" -f "c:\users\user\documents\report_folder" 
-</code> 
- 
-\\ 
-**/caltesterstandalone:** this specifies that visual3d should be launched in a simple, caltester only mode.\\ 
- 
- 
-<code> 
-   visual3d.exe /caltesterstandalone 
-</code> 
- 
-\\ 
-**/hideprotocols:** this specifies that the pop up command wizard should not be shown (this is usually default setting)\\ 
- 
- 
-<code> 
-   visual3d.exe /hideprotocols 
-</code> 
- 
- 
  
visual3d/overview/commandline.1718801639.txt.gz · Last modified: 2024/06/19 12:53 by sgranger