Skip to content
Snippets Groups Projects
Commit 54f61d1a authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[docu/MeL] Add further docu for ExtractSurface.

parent a82230b1
No related branches found
No related tags found
No related merge requests found
web/content/docs/tools/meshing/extract-surface/CubeFrontRightBackLeft.png

131 B

...@@ -33,3 +33,10 @@ Extracted top, bottom and side surfaces: ...@@ -33,3 +33,10 @@ Extracted top, bottom and side surfaces:
- top `ExtractSurface -i Input.vtu -o TopSurface.vtu` - top `ExtractSurface -i Input.vtu -o TopSurface.vtu`
- bottom `ExtractSurface -i Input.vtu -o BottomSurface.vtu -x 0 -y 0 -z 1` - bottom `ExtractSurface -i Input.vtu -o BottomSurface.vtu -x 0 -y 0 -z 1`
- side `ExtractSurface -i Input.vtu -o SideSurface.vtu -x 1 -y 1 -z 0 -a 45` - side `ExtractSurface -i Input.vtu -o SideSurface.vtu -x 1 -y 1 -z 0 -a 45`
![](CubeFrontRightBackLeft.png)
The figure shows the extracted front, right, back, and left surfaces from the
cube that are colored by the corresponding subsurface material id. The material
ids transformed to the surfaces can be used for further boundary condition
preparations for instance employing paraviews threshold filter.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment