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

syntax corrections

parent 889e496e
No related branches found
No related tags found
No related merge requests found
......@@ -54,25 +54,6 @@ Physical Line(2222) = {3};
Physical Line(3333) = {2,4};
Physical Surface(9999) = {6};
/* README: You can also specify options in the file. For example, this
redefines the color of geometry points. See ex03.geo for a more
complete example. */
Options{
General{
Rotation0 = 10;
Color{
Background = Red;
}
}
Geometry{
Color{
Points = Orange;
Lines = Blue;
}
}
}
/* README: You can merge files with File->Merge. This is most useful
for post-processing purposes. Try for example to merge view1.pos
together with this file. Post-processing options are available by
......
......@@ -36,3 +36,23 @@ Volume(10023) = {10022};
Physical Volume (1) = {41} ;
/* README: You can also specify options in the file. For example, this
redefines the color of geometry points. Click on the '?' button in the
main window, print the file in 'geo' format, or add '-0' on the command
line to get the full list of available options. */
Options{
General{
Rotation0 = 10;
Color{
Background = Red;
}
}
Geometry{
Color{
Points = Orange;
Lines = Blue;
}
}
}
......@@ -160,14 +160,17 @@ Physical Surface (711) = {66} ;
widget). GUI colors and fonts can be changed in a standard X
resource file (.gmshrc in your home directory). */
Color{
Options{
General{
Color{
Background = {39, 64, 139} ;
Axes = OrangeRed1; // Color names are the classical X11 names
SmallAxes = LightGray;
Text = Gray88 ;
}
}
Geometry{
Color{
Points = Yellow;
Lines = {255, 255, 255, 128} ; // semi-transparent white
Surfaces = {Orange, 60} ; // almost transparent orange
......@@ -176,7 +179,9 @@ Color{
LinesSelect = White ;
SurfacesSelect = White ;
}
}
Mesh{
Color{
Points = Black;
PointsSupp = Orchid;
Lines = Black;
......@@ -192,7 +197,7 @@ Color{
Nine = Gray90 ;
Ten = Black ;
}
}
}
/* README: X resources can be specified in a '.gmshrc' in your home
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment