FEM PostBranchFilter/de

Other languages:

FEM NachbereitungFilterVerzweigen

Menüeintrag
Ergebnisse → Pipeline verzweigen
Arbeitsbereich
FEM
Standardtastenkürzel
Keiner
Eingeführt in Version
1.1
Siehe auch
Std Aktualisieren, FEM Filterfunktionen

Beschreibung

Branches the pipeline, allowing to have two separated branches where the data propagates through. This allows the creation of complex data processing pipelines that make it possible to overlay many filter setups to create intricate visualizations. This might be particularly useful for electromagnetic simulations, where you may want to overlay glyphs with cuts, possibly in different orientations, with different fields shown, etc.

Anwendung

  1. Select a previously created result pipeline or filter.
  2. There are several ways to invoke the command:
    • Press the Pipeline branch button.
    • Select the Results → Pipeline branch option from the menu.
  3. Select the Mode:
    • Serial - branch input data is propagated to the first child, then its output goes to the second and so on.
    • Parallel - branch input data is propagated to all children filters, so that each gets the same data.
  4. Select the Output:
    • Passthrough - branch input data gets passed through to output.
    • Append - all branch children filters outputs are appended and form the branch output.
  5. Adjust the Result display options like for the result pipeline.
  6. Click the OK button to finish the command.

Hinweise

  • If a branch or any of its children is selected, a newly created filter is added to the branch as the latest child. If the parent pipeline or a neighbor filter is selected, the new filter is added to the pipeline itself.