FEM PostFilterClipRegion: Difference between revisions

From FreeCAD Documentation
No edit summary
(add a note)
(7 intermediate revisions by 2 users not shown)
Line 17: Line 17:
|MenuLocation=Results → Region clip filter
|MenuLocation=Results → Region clip filter
|Workbenches=[[FEM_Workbench|FEM]]
|Workbenches=[[FEM_Workbench|FEM]]
|SeeAlso=[[FEM_tutorial|FEM tutorial]]
|SeeAlso=[[FEM_PostPipelineFromResult|FEM Result pipeline]], [[FEM_PostCreateFunctions|FEM Filter functions]], [[FEM_tutorial|FEM tutorial]]
}}
}}


Line 24: Line 24:
<!--T:2-->
<!--T:2-->
Clips a field using a sphere or a plane cutting through the model.
Clips a field using a sphere or a plane cutting through the model.

</translate>
[[File:FEM_Region-Cut-Filter-Example.png|400px]]
<translate>

''A region cut filter with a sphere as cut function.</br>The original pipeline is the semi-transparent object.''


==Usage== <!--T:9-->
==Usage== <!--T:9-->
Line 29: Line 35:
<!--T:3-->
<!--T:3-->
# Select a previously created [[FEM_PostPipelineFromResult|result pipeline]].
# Select a previously created [[FEM_PostPipelineFromResult|result pipeline]].
# Invoke the command in one of the several ways:
# Invoke the command either by:
#* Press the {{Button|[[Image:FEM_PostFilterClipRegion.svg|16px]] [[FEM_PostFilterClipRegion|Region clip filter]]}} button.
#* Pressing the button {{Button|[[Image:FEM_PostFilterClipRegion.svg|16px]] '''Region clip filter'''}} button.
#* Select the {{MenuCommand|Results → [[Image:FEM_PostFilterClipRegion.svg|16px]] Region clip filter}} option from the menu.
#* Using the menu {{MenuCommand|Results → [[Image:FEM_PostFilterClipRegion.svg|16px]] Region clip filter}} option from the menu.
# Adjust the {{MenuCommand|Result display options}} like for the [[FEM_PostPipelineFromResult|result pipeline]]. Hide that pipeline to see the effect of a Region Clip Filter.
# Adjust the {{MenuCommand|Result display options}} like for the [[FEM_PostPipelineFromResult|result pipeline]]. You might need to hide the pipeline to see the effect of the filter in the preview.
# Either
# Press the {{Button|[[Image:List-add.svg|16px]] Create}} button and select {{MenuCommand|[[Image:Fem-post-geo-plane.svg|16px]] Plane}} or {{MenuCommand|[[Image:Fem-post-geo-sphere.svg|16px]] Sphere}}, or choose the existing plane/sphere from the expandable list. If needed, adjust the parameters of the plane/sphere to make sure that it intersects the model.
#* If there is no [[FEM_PostCreateFunctions|filter function]] defined yet, press the {{Button|[[Image:List-add.svg|16px]] Create}} button and select {{MenuCommand|[[Image:Fem-post-geo-plane.svg|16px]] Plane}} or {{MenuCommand|[[Image:Fem-post-geo-sphere.svg|16px]] Sphere}}
# The model will be clipped using the plane/sphere. Select the {{MenuCommand|Inside Out}} option to invert the cut. Select the {{MenuCommand|Cut Cells}} option to smooth the clipped region by eliminating parts of finite elements that are sticking out.
#* Choose an existing filter function from the list. If needed, adjust the cut parameters to make sure that it intersects the model. Note that changed cut parameters will also change the parameters of the used filter function.
# The model will be clipped using the filter function. Select the {{MenuCommand|Inside Out}} option to invert the cut. Select the {{MenuCommand|Cut Cells}} option to smooth the clipped region by eliminating parts of finite elements that are sticking out.
# Click the {{Button|OK}} button to finish the command.
# Click the {{Button|OK}} button to finish the command.


'''Note''': If there exist not yet a filter function, you can only directly set a '''Field''' after its creation when [[Image:FEM_PostApplyChanges.svg|24px]] [[FEM_PostApplyChanges|Apply Changes]] is on. Otherwise you can first do this after reopening the filter dialog.


<!--T:5-->
<!--T:5-->

Revision as of 22:12, 26 June 2022

FEM PostFilterClipRegion

Menu location
Results → Region clip filter
Workbenches
FEM
Default shortcut
None
Introduced in version
-
See also
FEM Result pipeline, FEM Filter functions, FEM tutorial

Description

Clips a field using a sphere or a plane cutting through the model.

A region cut filter with a sphere as cut function.
The original pipeline is the semi-transparent object.

Usage

  1. Select a previously created result pipeline.
  2. Invoke the command either by:
    • Pressing the button Region clip filter button.
    • Using the menu Results → Region clip filter option from the menu.
  3. Adjust the Result display options like for the result pipeline. You might need to hide the pipeline to see the effect of the filter in the preview.
  4. Either
    • If there is no filter function defined yet, press the Create button and select Plane or Sphere
    • Choose an existing filter function from the list. If needed, adjust the cut parameters to make sure that it intersects the model. Note that changed cut parameters will also change the parameters of the used filter function.
  5. The model will be clipped using the filter function. Select the Inside Out option to invert the cut. Select the Cut Cells option to smooth the clipped region by eliminating parts of finite elements that are sticking out.
  6. Click the OK button to finish the command.

Note: If there exist not yet a filter function, you can only directly set a Field after its creation when Apply Changes is on. Otherwise you can first do this after reopening the filter dialog.