User Tools

Site Tools


visual3d:overview:commandline

Differences

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

Link to this comparison view

Next revision
Previous revision
visual3d:overview:commandline [2024/06/14 17:31] – created sgrangervisual3d:overview:commandline [2024/07/12 13:31] (current) – removed sgranger
Line 1: Line 1:
-|**Language:**|** English**  • [[index.php?title=Visual3D_CommandLine/fr&action=edit&redlink=1|français]] • [[index.php?title=Visual3D_CommandLine/it&action=edit&redlink=1|italiano]] • [[index.php?title=Visual3D_CommandLine/pt&action=edit&redlink=1|português]] • [[index.php?title=Visual3D_CommandLine/es&action=edit&redlink=1|español]] ****| 
- 
-|===== Contents =====\\ \\ \\ \\ * [[#Launching_Visual3D_&_Pipeline_Externally|1 Launching Visual3D & Pipeline Externally]]\\ * [[#Command_Line_Parameters|2 Command Line Parameters]]| 
- 
-===== 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> 
- 
- 
-Retrieved from "" 
- 
  
visual3d/overview/commandline.1718386285.txt.gz · Last modified: 2024/06/14 17:31 by sgranger