visual3d:documentation:pipeline:pipeline_commands:pipeline_breakpoint
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:pipeline_commands:pipeline_breakpoint [2024/07/16 19:31] – created sgranger | visual3d:documentation:pipeline:pipeline_commands:pipeline_breakpoint [2025/06/20 20:00] (current) – Cleaned up page. wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
This command will place a breakpoint in the pipeline that will allow the user assess their current progress before continuing. A dialog will pop-up and a custom message will be shown to the user along with two buttons: one allowing you to resume and the other if you wish to halt. The command is as follows: | This command will place a breakpoint in the pipeline that will allow the user assess their current progress before continuing. A dialog will pop-up and a custom message will be shown to the user along with two buttons: one allowing you to resume and the other if you wish to halt. The command is as follows: | ||
- | **Pipeline_Breakpoint** | + | < |
+ | Pipeline_Breakpoint | ||
/ | / | ||
- | **;** | + | ; |
- | The message can be formatted using a simple version of the rtf file format. | + | </ |
- | For example, the following command will output four separate lines in the breakpoint prompt dialg | + | ===== Formatting Message |
- | **Pipeline_Breakpoint** | + | The message can be formatted using a simple version of the rtf file format. For example, the following command will output four separate lines in the breakpoint prompt dialg |
+ | |||
+ | < | ||
+ | Pipeline_Breakpoint | ||
/ | / | ||
\pard One\par | \pard One\par | ||
Line 17: | Line 21: | ||
\pard Four\par | \pard Four\par | ||
} | } | ||
- | **;** | + | ; |
- | ===== Syntax Issue ===== | + | </ |
- | Consider the following: | + | ===== Syntax Considerations ===== |
+ | Consider the following command: | ||
+ | |||
+ | < | ||
+ | Pipeline_Breakpoint | ||
/ | / | ||
- | A forward slash (/) is a special character for pipeline commands | + | ; |
- | If an equals sign (=) follows Visual3D confirms that a parameter was specified. | + | </ |
- | Two equals signs (==), however, does confirm that a parameter was specified. | + | |
- | Visual3D searches for an equals sign after each slash because this logically indicates that the user has specified a parameter. | + | This pause message includes several special characters, notably the forward slash (/) which is a special character for pipeline commands |
- | Pause_Message is assigned the string 08/09 | + | |
- | Visual3D finds an equals sign after the next slash, so interprets the rest of the string as a new parameter | + | In this example, |
- | /2017 by MJT using Modify_Speed_Metric_Ver01 | + | |
- | It doesn't do anything with this parameter because it doesn' | + | The solution to this syntax issue is to either |
- | Solution | + | < |
- | remove the = sign | + | |
/ | / | ||
- | or specify two equals signs | + | </ |
+ | |||
+ | or to specify two equals signs " | ||
+ | < | ||
/ | / | ||
- | ===== Example | + | </ |
+ | |||
+ | ===== Example ===== | ||
< | < |
visual3d/documentation/pipeline/pipeline_commands/pipeline_breakpoint.1721158270.txt.gz · Last modified: 2024/07/16 19:31 by sgranger