visual3d:documentation:pipeline:file_commands:file_open
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
visual3d:documentation:pipeline:file_commands:file_open [2025/05/16 16:03] – [Overview] wikisysop | visual3d:documentation:pipeline:file_commands:file_open [2025/05/16 16:28] (current) – wikisysop | ||
---|---|---|---|
Line 49: | Line 49: | ||
* **File Mask on Prompt**: A filter for which file types appear in the dialog. | * **File Mask on Prompt**: A filter for which file types appear in the dialog. | ||
- | ==== File_Types | + | ===== Examples ===== |
- | The following | + | The following |
- | + | ||
- | * .c3d - C3D File or [[[http:// | + | |
- | * .cmo - Visual3D Workspace File | + | |
- | * .txt - Visual3D TAB delimited text File | + | |
- | * .gcd - Vicon GCD File | + | |
- | * .ndi - NDI Aurora File | + | |
- | * .p2d - P2D File | + | |
- | + | ||
- | ==== Filter ==== | + | |
- | + | ||
- | You can filter using the following filter types: | + | |
- | + | ||
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | * ASCII | + | |
- | * XML | + | |
- | * NDI | + | |
- | * GCD | + | |
- | * MVNX | + | |
- | + | ||
- | Multiple file types can be specified by using a plus sign (ex. C3D+CMO+P2D) | + | |
- | + | ||
- | ==== Examples ==== | + | |
- | + | ||
- | This page lists several examples for this command. | + | |
- | === Prompt the user for the filename === | + | === Example 1: Prompt the user for the filename === |
This example will prompt the user for the files by opening a dialog box for selection. | This example will prompt the user for the files by opening a dialog box for selection. | ||
Line 86: | Line 59: | ||
< | < | ||
File_Open | File_Open | ||
- | /File_Name= | + | /FILE_NAME= |
+ | ! / | ||
+ | ! / | ||
+ | ! /SUFFIX= | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
; | ; | ||
</ | </ | ||
- | === Specify the filename === | + | === Example 2: Specify the filename === |
This example specifies the filename explicitly. Note that the filename should contain the complete path to the file. | This example specifies the filename explicitly. Note that the filename should contain the complete path to the file. | ||
< | < | ||
- | File_Open= | + | File_Open |
- | /File_Name= c: | + | /FILE_NAME= c: |
+ | ! / | ||
+ | ! / | ||
+ | ! /SUFFIX= | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
; | ; | ||
</ | </ | ||
- | === Specify the filename using wildcards === | + | === Example 3: Specify the filename using wildcards === |
This example specifies the filename by using a wildcard. All C3D files in the c: | This example specifies the filename by using a wildcard. All C3D files in the c: | ||
< | < | ||
- | File_Open= | + | File_Open |
- | /File_Name= c: | + | /FILE_NAME= c: |
- | ; | + | ! / |
+ | ! / | ||
+ | ! /SUFFIX= | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
</ | </ | ||
- | === Specify the filename using a pipeline parameter and wildcards === | + | === Example 4: Specify the filename using a pipeline parameter and wildcards === |
This example uses [[Visual3D: | This example uses [[Visual3D: | ||
Line 121: | Line 111: | ||
! Now open the file. | ! Now open the file. | ||
- | File_Open= | + | File_Open |
- | /File_Name= :: | + | /FILE_NAME= :: |
- | ; | + | ! / |
+ | ! / | ||
+ | ! /SUFFIX= | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
</ | </ | ||
- | === Specify the filename using the default data folder and wildcards === | + | === Example 5: Specify the filename using the default data folder and wildcards === |
This example uses [[Visual3D: | This example uses [[Visual3D: | ||
Line 138: | Line 133: | ||
! Now open the file. | ! Now open the file. | ||
File_Open= | File_Open= | ||
- | /File_Name= :: | + | File_Open |
- | ; | + | /FILE_NAME= :: |
+ | ! / | ||
+ | ! / | ||
+ | ! /SUFFIX= | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
</ | </ | ||
- | \\ | + | ===== Notes ===== |
- | \\ | + | |
- | [[Visual3D: | + | |
+ | === File_Types === | ||
+ | The following file types are supported and can be added within Visual3D: | ||
+ | |||
+ | * .c3d - C3D File or [[[http:// | ||
+ | * .cmo - Visual3D Workspace File | ||
+ | * .txt - Visual3D TAB delimited text File | ||
+ | * .gcd - Vicon GCD File | ||
+ | * .ndi - NDI Aurora File | ||
+ | * .p2d - P2D File | ||
+ | |||
+ | === Filter === | ||
+ | |||
+ | You can filter using the following filter types: | ||
+ | |||
+ | * C3D | ||
+ | * CMO | ||
+ | * VND | ||
+ | * P2D | ||
+ | * ASCII | ||
+ | * XML | ||
+ | * NDI | ||
+ | * GCD | ||
+ | * MVNX | ||
+ | |||
+ | Multiple file types can be specified by using a plus sign (ex. C3D+CMO+P2D) | ||
+ | |||
+ | [[Visual3D: | ||
visual3d/documentation/pipeline/file_commands/file_open.1747411408.txt.gz · Last modified: 2025/05/16 16:03 by wikisysop