FEM PostPipelineFromResult: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 11: Line 11:


==How to use==
==How to use==
# You need a valid result object in the Analysis container, such as CalculiX_static_results.
* You need a valid result object in the Analysis container, such as CalculiX_static_results.
# Select the result object
* Select the result object
# Click [[Image:FEM_PostPipelineFromResult.png|24px]] button, or click on menu Results and item Post Pipeline from results. A new object called "Pipeline" will be added to your document; note if will appear outside of the Analysis container.
* Click [[Image:FEM_PostPipelineFromResult.png|24px]] button, or click on menu Results and item Post Pipeline from results. A new object called "Pipeline" will be added to your document; note if will appear outside of the Analysis container.
# Double click the new Pipeline object in the Model tree and select type of properties to display. Typical settings are: Mode: Select "Surface", Field: I.e. "Von Mises stress" [[File:Pipeline.PNG]]
* Double click the new Pipeline object in the Model tree and select type of properties to display. Typical settings are: Mode: Select "Surface", Field: I.e. "Von Mises stress" [[File:Pipeline.PNG]]
# If you see no model in the graphical area, go to Edit --> Preferences --> Display and check a checkbox "Enagle backlight color"
* If you see no model in the graphical area, go to Edit --> Preferences --> Display and check a checkbox "Enagle backlight color"



Once again, note, that the Pipeline representation of the results (called VTK) on the displayed part is different from the color gradient results which are visible when you finish solution. Values in the gradient scale cannot be applied to the solution result object.


<!--T:3-->
<!--T:3-->

Revision as of 11:35, 18 March 2018

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

FEM PostPipelineFromResult

Menu location
Results → post pipeline from result
Workbenches
FEM
Default shortcut
None
Introduced in version
-
See also
FEM tutorial


Description

Pipeline is a result object, which creates a new graphical representation of results on the analysed part and adds a color scale.


How to use

  • You need a valid result object in the Analysis container, such as CalculiX_static_results.
  • Select the result object
  • Click button, or click on menu Results and item Post Pipeline from results. A new object called "Pipeline" will be added to your document; note if will appear outside of the Analysis container.
  • Double click the new Pipeline object in the Model tree and select type of properties to display. Typical settings are: Mode: Select "Surface", Field: I.e. "Von Mises stress"
  • If you see no model in the graphical area, go to Edit --> Preferences --> Display and check a checkbox "Enagle backlight color"

Once again, note, that the Pipeline representation of the results (called VTK) on the displayed part is different from the color gradient results which are visible when you finish solution. Values in the gradient scale cannot be applied to the solution result object.