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

more help from Takuya

parent 25eea38e
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,9 @@ Plane Surface(1) = {1}; ...@@ -27,7 +27,9 @@ Plane Surface(1) = {1};
// Put 20 points with a refinement toward the extremities on curve 2 // Put 20 points with a refinement toward the extremities on curve 2
Transfinite Line{2} = 20 Using Bump 0.05; Transfinite Line{2} = 20 Using Bump 0.05;
// Put 20 points total on combination of curves l1, l2 and l3 // Put 20 points total on combination of curves l1, l2 and l3 (beware
// that the points p1 and p2 are shared by the curves, so we do not
// create 6 + 6 + 10 = 22 points, but 20!)
Transfinite Line{l1} = 6; Transfinite Line{l1} = 6;
Transfinite Line{l2} = 6; Transfinite Line{l2} = 6;
Transfinite Line{l3} = 10; Transfinite Line{l3} = 10;
......
...@@ -24,7 +24,7 @@ Include "view3.pos" ; ...@@ -24,7 +24,7 @@ Include "view3.pos" ;
Plugin(Isosurface).Value = 0.67 ; // iso-value level Plugin(Isosurface).Value = 0.67 ; // iso-value level
Plugin(Isosurface).View = 0 ; // source view is View[0] Plugin(Isosurface).View = 0 ; // source view is View[0]
Plugin(Isosurface).Run ; Plugin(Isosurface).Run ; // run the plugin!
// We also set some options for the `CutPlane' plugin (which computes // We also set some options for the `CutPlane' plugin (which computes
// a section of a 3D view using the plane A*x+B*y+C*z+D=0), and then // a section of a 3D view using the plane A*x+B*y+C*z+D=0), and then
...@@ -50,6 +50,7 @@ Plugin(Annotate).FontSize = 28 ; ...@@ -50,6 +50,7 @@ Plugin(Annotate).FontSize = 28 ;
Plugin(Annotate).Align = "Center" ; Plugin(Annotate).Align = "Center" ;
Plugin(Annotate).View = 0 ; Plugin(Annotate).View = 0 ;
Plugin(Annotate).Run ; Plugin(Annotate).Run ;
Plugin(Annotate).Text = "(and a small subtitle)" ; Plugin(Annotate).Text = "(and a small subtitle)" ;
Plugin(Annotate).Y = 70 ; Plugin(Annotate).Y = 70 ;
Plugin(Annotate).Font = "Times-Roman" ; Plugin(Annotate).Font = "Times-Roman" ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment