From 170c7e7d78f91db09de2f4ce2a8490ada014d144 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 3 Aug 2001 11:19:11 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 4 +++- tutorial/t9.geo | 9 +++++++++ tutorial/tutorial.html | 11 ++++++++++- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2704151173..f2dd25ef76 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.114 2001-08-01 10:51:31 geuzaine Exp $ +# $Id: Makefile,v 1.115 2001-08-03 11:19:11 geuzaine Exp $ # ---------------------------------------------------------------------- # Makefile for Gmsh # ---------------------------------------------------------------------- @@ -236,6 +236,8 @@ distrib: distrib-win: cp $(GMSH_BIN_DIR)/gmsh.exe ../gmsh-distrib + cp -R tutorial ../gmsh-distrib + cp -R demos ../gmsh-distrib cd ../gmsh-distrib && zip -r gmsh-$(GMSH_RELEASE)-Windows.zip * mv ../gmsh-distrib/gmsh-$(GMSH_RELEASE)-Windows.zip . diff --git a/tutorial/t9.geo b/tutorial/t9.geo index e54574db56..16cd9c01ed 100644 --- a/tutorial/t9.geo +++ b/tutorial/t9.geo @@ -35,3 +35,12 @@ Plugin(CutPlane).B = 0.2 ; Plugin(CutPlane).C = 1 ; Plugin(CutPlane).D = 0 ; Plugin(CutPlane).Run ; + +View[0].Light = 1; +View[0].IntervalsType = 2; +View[0].NbIso = 6; +View[0].SmoothNormals = 1; + +View[1].IntervalsType = 2; + +View[2].IntervalsType = 2; diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html index e45b4aef9b..6d3ca762c0 100644 --- a/tutorial/tutorial.html +++ b/tutorial/tutorial.html @@ -23,7 +23,7 @@ <H1>README 1/10</H1> [<A HREF="#top">top</A>][prev][<A HREF="#file2">next</A>] <PRE> -$Id: tutorial.html,v 1.15 2001-08-03 11:06:30 geuzaine Exp $ +$Id: tutorial.html,v 1.16 2001-08-03 11:15:49 geuzaine Exp $ Here are the examples in the Gmsh tutorial. These examples are commented (both C and C++-style comments can be used in Gmsh input @@ -1186,6 +1186,15 @@ Plugin(CutPlane).B = 0.2 ; Plugin(CutPlane).C = 1 ; Plugin(CutPlane).D = 0 ; Plugin(CutPlane).Run ; + +View[0].Light = 1; +View[0].IntervalsType = 2; +View[0].NbIso = 6; +View[0].SmoothNormals = 1; + +View[1].IntervalsType = 2; + +View[2].IntervalsType = 2; </PRE> <HR> <ADDRESS>Generated by <A HREF="http://www.iki.fi/~mtr/genscript/">GNU enscript 1.6.1</A>.</ADDRESS> -- GitLab