visual3d:documentation:pipeline:file_commands:file_save_as
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
visual3d:documentation:pipeline:file_commands:file_save_as [2025/06/02 19:12] – wikisysop | visual3d:documentation:pipeline:file_commands:file_save_as [2025/06/02 19:43] (current) – wikisysop | ||
---|---|---|---|
Line 37: | Line 37: | ||
|**! / | |**! / | ||
+ | ===== Dialog ===== | ||
+ | The command can be edited in a text editor or in dialog form. To edit in the dialog pop up form either click on the **Edit** button in the pipeline workshop or double-click on the pipeline command. The dialog is shown below: | ||
+ | {{: | ||
- | Save the current Workspace | + | * **Select Filename**: Choose or type the name of the new CMZ file you want to save. |
+ | * **Select Folder**: Choose the folder where the new file should be saved. If the filename entered above includes a full path, this folder selection is ignored. | ||
+ | * **Checkbox - if file path doesn' | ||
+ | * **Prompt**: This text appears as the title of the Save dialog if you're prompting | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | The following examples will go through | ||
+ | |||
+ | ==== Example 1: Save with added model data ==== | ||
+ | This pipeline loads a file, computes model-based data - in this case the Left Knee Angle, and saves the updated version as a new CMZ. | ||
< | < | ||
- | File_Save_As | + | File_Open |
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | ; | ||
+ | |||
+ | Compute_Model_Based_Data | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | ; | ||
+ | |||
+ | File_Save_As | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
; | ; | ||
</ | </ | ||
- | \\ | + | |
+ | ==== Example 2: Save a custom trial version with embedded graphics and folder creation ==== | ||
+ | |||
+ | This pipeline loads a trial, detects peak vertical force, extracts the Force Value at this event, and saves a new version including 3D graphics output. | ||
+ | |||
+ | < | ||
+ | File_Open | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | ; | ||
+ | |||
+ | Event_Global_Maximum | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | Metric_Signal_Value_At_Event | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | File_Save_As | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | !/ | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | --- | ||
[[Visual3D: | [[Visual3D: | ||
visual3d/documentation/pipeline/file_commands/file_save_as.txt · Last modified: 2025/06/02 19:43 by wikisysop