Skip to content
Snippets Groups Projects
Commit 33912385 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Physical stuff for extrude

parent c8983c98
No related branches found
No related tags found
No related merge requests found
...@@ -31,13 +31,17 @@ Extrude Surface { 122, {0,1,0} , {-0.1,0,0.1} , -Pi/2 } { ...@@ -31,13 +31,17 @@ Extrude Surface { 122, {0,1,0} , {-0.1,0,0.1} , -Pi/2 } {
Recombine ; Layers { {7}, {9002}, {1} } ; Recombine ; Layers { {7}, {9002}, {1} } ;
}; };
Physical Volume(101) = {9000,9001,9002};
// All interactive options can also be set directly in the input file. // All interactive options can also be set directly in the input file.
// For example, the following lines redefine the background color of // For example, the following lines define a global characteristic
// the graphic window, redefine the color of the points of the // length factor, redefine the background color of the graphic window,
// geometry, disable the display of the axes, and select an initial // redefine the color of the points of the geometry, disable the
// viewpoint in XYZ mode (disabling the interactive trackball-like // display of the axes, and select an initial viewpoint in XYZ mode
// rotation mode): // (disabling the interactive trackball-like rotation mode):
Mesh.CharacteristicLengthFactor = 4;
General.Color.Background = Red;
General.Color.Background = Red; General.Color.Background = Red;
Geometry.Color.Points = Orange; Geometry.Color.Points = Orange;
General.Axes = 0; General.Axes = 0;
......
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