Table of Contents
Append_Recalc_Pipeline
Overview
The Append_Recalc_Pipeline command allows users to add commands to the RECALC pipeline that are not added by default. This command can be found under File Open/Import in Visual3D's pipeline workshop.
NOTE: The commands being appended to the RECALC pipeline must be valid Visual3D commands.
Pipeline Command
The command below is as seen on the Visual3D application:
Append_Recalc_Pipeline /Pipeline= ;
Command Parameters
The following table shows the command parameters and descriptions:
| Parameter | Description |
|---|---|
| /Pipeline= | Takes in a file path to a .v3s containing the commands to be appended |
Dialog
There is no dialog for this pipeline command. Instead, the Append_Recalc_Pipeline command can be edited in a text editor. To edit the command, select either “Edit” or “Edit as text”, and a text editor dialog will pop up.
Examples
Add Evaluate Expression to RECALC
In this example workspace, will show how to add an Evaluate_Expression command to the RECALC pipeline.
Step 1: Save the pipeline command to a .v3s file
In the main pipeline workshop, paste in the pipeline command(s) to be appended. Here we have created an expression to copy a signal to the Global workspace.
Evaluate_Expression /EXPRESSION=LINK_MODEL_BASED::ORIGINAL::LGRF /RESULT_NAME=GLOBAL::LGRF /RESULT_TYPE=DERIVED /RESULT_FOLDER=PROCESSED ;
Save this pipeline by selecting 'Save Pipeline As'. Here we have named it GlobalWorkspace.v3s
Step 2: Append the new .v3s file
In the main pipeline workshop, we cleared the pipeline and have added the Append_Recalc_Pipeline command.
We can either manually input the file path of “GlobalWorkspace.v3s”, or, when we select execute Visual3D will prompt us to select the text or v3s file.
Append_Recalc_Pipeline /INPUT_PIPELINE=C:...\GlobalWorkspace.v3s ;
After running this command, we can switch the Pipeline Workshop view to the “CMO Recalc Pipeline” to see that the Evaluate_Expression command was appended.


