diff --git a/Makefile.in b/Makefile.in index 8c29352c3..532915591 100644 --- a/Makefile.in +++ b/Makefile.in @@ -63,6 +63,7 @@ chamfer.png \ chamferall.png \ chamferedge.png \ chamferface.png \ +change_orientation.png \ check.png \ circle.png \ circlepointvector.png \ @@ -122,6 +123,7 @@ point2.png \ pointonedge.png \ polyline.png \ prism.png \ +prism2.png \ revol.png \ rotate.png \ scale.png \ diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index 8805b6d6d..8a907ac9e 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -1,6 +1,8 @@ # common directories to put headerfiles inc_builddir=$(top_builddir)/include/salome +MODULE_NAME=@MODULE_NAME@ + @SET_MAKE@ SHELL=/bin/sh diff --git a/configure.in.base b/configure.in.base index 1a444a104..b24a929ce 100644 --- a/configure.in.base +++ b/configure.in.base @@ -23,11 +23,15 @@ AC_CANONICAL_HOST PACKAGE=salome AC_SUBST(PACKAGE) -VERSION=3.2.0 -XVERSION=0x030200 +VERSION=3.2.2 +XVERSION=0x030202 AC_SUBST(VERSION) AC_SUBST(XVERSION) +# set up MODULE_NAME variable for dynamic construction of directories (resources, etc.) +MODULE_NAME=geom +AC_SUBST(MODULE_NAME) + dnl dnl Initialize source and build root directories dnl @@ -325,7 +329,7 @@ else fi # make other build directories -for rep in salome_adm adm_local doc bin/salome include/salome lib${LIB_LOCATION_SUFFIX}/salome share/salome/resources idl +for rep in salome_adm adm_local doc bin/salome include/salome lib${LIB_LOCATION_SUFFIX}/salome share/salome/resources/${MODULE_NAME} idl do # if test ! -d $rep ; then # eval mkdir $rep diff --git a/doc/salome/gui/GEOM/blocks_operations.htm b/doc/salome/gui/GEOM/blocks_operations.htm index 4b606d3af..f3068888d 100755 --- a/doc/salome/gui/GEOM/blocks_operations.htm +++ b/doc/salome/gui/GEOM/blocks_operations.htm @@ -15,6 +15,7 @@ if (navigator.appName !="Netscape") + + + + + + + + +
+To Change Orientation in the Main Menu + select Repair - > Change Orientation.
+ +This operation reverses the normals of faces + composing the selected shell.
+ ++ +
TUI Command : geompy.ChangeOrientation(shape)
+ +Arguments: Name + 1 shape (shell)
+ +Uncheck + Create a copy checkbox if you don't + wish to leave the initial object in the project (Result name field will be locked).
+ ++ +
+ +
Example: +
+ ++ +
+ |
+
+ |
+ Inward orientation. |
+
+ Outward orientation |
+ +
+ +
+ + + +