From: mkr Date: Mon, 17 Apr 2006 06:54:01 +0000 (+0000) Subject: Fix for bugs IPAL11385. X-Git-Tag: T3_2_0b1_pre1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=155e9c00842b5e414881bd0b30a31dac4980e5d9;p=modules%2Fgeom.git Fix for bugs IPAL11385. --- diff --git a/doc/salome/gui/GEOM/arc.htm b/doc/salome/gui/GEOM/arc.htm index 738480e99..53e8f4f2d 100755 --- a/doc/salome/gui/GEOM/arc.htm +++ b/doc/salome/gui/GEOM/arc.htm @@ -53,7 +53,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nArc"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Basic Geometric Objects\nArc"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } @@ -90,8 +90,8 @@ else define an Arc by three Points that lie on it, where - Point1 is the starting point and Point3 is the ending point - of the arc.

+ Point1 is the starting point, Point2 is a middle point of the + arc and Point3 is the ending point of the arc.

The Result of the operation will be a diff --git a/doc/salome/gui/GEOM/basic_geometrical_objects.htm b/doc/salome/gui/GEOM/basic_geometrical_objects.htm index 0fcc12eb9..5a14fde97 100755 --- a/doc/salome/gui/GEOM/basic_geometrical_objects.htm +++ b/doc/salome/gui/GEOM/basic_geometrical_objects.htm @@ -46,7 +46,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nBasic Geometrical Objects"); + addTocInfo("GEOM module\nTUI Scripts\nCreating Geometric Objects\nBasic Geometrical Objects"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/blocks.htm b/doc/salome/gui/GEOM/blocks.htm deleted file mode 100755 index f3b20495e..000000000 --- a/doc/salome/gui/GEOM/blocks.htm +++ /dev/null @@ -1,116 +0,0 @@ - - - - - -Building of blocks - - - - - - - - - - - -

Building of blocks

- -

 

- - - -

 

- -

 

- -

To use these options:

- -

 

- -

In the main menu select Blocks - submenu.

- -

 

- -

 

- -

 

- -

 

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GEOM/box.htm b/doc/salome/gui/GEOM/box.htm index d03a7cf81..c85200771 100755 --- a/doc/salome/gui/GEOM/box.htm +++ b/doc/salome/gui/GEOM/box.htm @@ -56,7 +56,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Primitives\nBox"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Primitives\nBox"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } @@ -131,7 +131,7 @@ else

 

-

NB! The is +

NB! There is a third way to create a Box, which is currently accessible only via TUI commands.

@@ -144,11 +144,10 @@ else geompy.MakeBox(x1,y1,z1,x2,y2,z2)

-

Arguments: - Name + X, Y and Z coordinates - of both points.

+Arguments: Name + X, Y and Z coordinates + of both points. -

 

+

 

Example:

diff --git a/doc/salome/gui/GEOM/building_by_blocks.htm b/doc/salome/gui/GEOM/building_by_blocks.htm index 2a37b672d..95bca7cf2 100755 --- a/doc/salome/gui/GEOM/building_by_blocks.htm +++ b/doc/salome/gui/GEOM/building_by_blocks.htm @@ -46,7 +46,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nBuilding by Blocks"); + addTocInfo("GEOM module\nTUI Scripts\nCreating Geometric Objects\nBuilding by Blocks"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/chamfer.htm b/doc/salome/gui/GEOM/chamfer.htm index 1ca64f645..af89a1c4c 100755 --- a/doc/salome/gui/GEOM/chamfer.htm +++ b/doc/salome/gui/GEOM/chamfer.htm @@ -129,8 +129,10 @@ else

To create chamfer on the specified edges of the given shape,  you need to define the Main Object - to create a fillet on, select the necessary edges in the viewer and define - the Dimension of the Chamfer.

+ to create a fillet on, select the two faces to which belongs the necessary common edge in the viewer and define + the Dimension of the Chamfer.

TUI Command: geompy.MakeChamferEdge(Shape, D1, @@ -147,9 +149,8 @@ else

To create chamfer on the specified faces of the given shape,  you need to define the Main Object - to create a fillet on, select the two faces to which belongs the necessary - common edge in the OCC Viewer and define the Dimension - of the Chamfer.

+ to create a fillet on, select the necessary faces the OCC Viewer and define + the Dimension of the Chamfer.

TUI Command: geompy.MakeChamferFaces(Shape, D1, diff --git a/doc/salome/gui/GEOM/changing_display_parameters.htm b/doc/salome/gui/GEOM/changing_display_parameters.htm index 422a4f784..0fdc2594c 100755 --- a/doc/salome/gui/GEOM/changing_display_parameters.htm +++ b/doc/salome/gui/GEOM/changing_display_parameters.htm @@ -46,7 +46,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nTUI Scripts\nChanging Display Parameters"); + addTocInfo("GEOM module\nTUI Scripts\nViewing Geometrical Objects"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } @@ -70,7 +70,7 @@ else document.location.reload(); //--> -

Changing Display Parameters

+

Viewing Geometrical Objects

Changing Display Mode

diff --git a/doc/salome/gui/GEOM/changing_displaying_parameters.htm b/doc/salome/gui/GEOM/changing_displaying_parameters.htm deleted file mode 100755 index 683769b8c..000000000 --- a/doc/salome/gui/GEOM/changing_displaying_parameters.htm +++ /dev/null @@ -1,223 +0,0 @@ - - - - - -Changing displaying parameters - - - - - - - - - - - -

Changing displaying parameters

- -

In GEOM you can set different - displaying parameters for visualization of geometrical objects in the - viewer:

- -

 

- - - -

 

- -

To set displaying parameters of a geometrical object:

- -

 

- -

Right-click on this geometrical object in - the viewer and from the pop-up menu select Properties.

- -

 

- -

 

- -

Wireframe/Shading

- -

 

- -

This - option is relevant for viewing 3D objects. Wireframe mode means that  

- -

 

- -

Description: - Set the display mode of the selected shape.

- -

 

- -

TUI - Command: gg.setDisplayMode(ID, Short)

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

 

- -

Color

- -

 

- -

Description: - Change the color of a shape.

- -

 

- -

TUI Command: - gg.setColor(ID, Short, Short, Short)

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

 

- -

 

- -

Transparency

- -

 

- -

Description: - Change the transparency (between 0 & 1) of a shape.

- -

 

- -

TUI Command: - gg.setTransparency(ID, Double)

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GEOM/circle.htm b/doc/salome/gui/GEOM/circle.htm index 22ad198ca..8005e157e 100755 --- a/doc/salome/gui/GEOM/circle.htm +++ b/doc/salome/gui/GEOM/circle.htm @@ -51,7 +51,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nCircle"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Basic Geometric Objects\nCircle"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/color.htm b/doc/salome/gui/GEOM/color.htm index beef98a44..7dcedf19f 100755 --- a/doc/salome/gui/GEOM/color.htm +++ b/doc/salome/gui/GEOM/color.htm @@ -47,7 +47,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nManaging geometrical objects\nChanging Display Parameters\nColor"); + addTocInfo("GEOM module\nViewing geometrical objects\nColor"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/complex_objects.htm b/doc/salome/gui/GEOM/complex_objects.htm index b79982740..e2b0e47f1 100755 --- a/doc/salome/gui/GEOM/complex_objects.htm +++ b/doc/salome/gui/GEOM/complex_objects.htm @@ -46,7 +46,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nComplex Objects"); + addTocInfo("GEOM module\nTUI Scripts\nCreating Geometric Objects\nComplex Objects"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/compound.htm b/doc/salome/gui/GEOM/compound.htm index 2649dacef..5bbe03a0c 100755 --- a/doc/salome/gui/GEOM/compound.htm +++ b/doc/salome/gui/GEOM/compound.htm @@ -50,7 +50,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nCompound"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nCompound"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/cone.htm b/doc/salome/gui/GEOM/cone.htm index 46b250bef..6b13d7a26 100755 --- a/doc/salome/gui/GEOM/cone.htm +++ b/doc/salome/gui/GEOM/cone.htm @@ -63,7 +63,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Primitives\nCone"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Primitives\nCone"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } @@ -113,10 +113,11 @@ else

TUI Command: geompy.MakeCone(Point, Axis, Radius1, Radius2)

-

Arguments: - Name + 1 vertex - + 1 vector (for direction) + 3 values (Radius of the base part, radius - of the upper part, height).

+

Arguments: Name + + 1 vertex + 1 vector (for direction) + 3 values (Radius of the base part, + radius of the upper part, height).

+ +

 

@@ -128,12 +129,13 @@ else of the Cone will be collinear to the OZ axis of the coordinate system.

-

TUI Command: geompy.MakeConeR1R2H(Radius1, - Radius2, Height)

+

TUI Command: geompy.MakeConeR1R2H(Radius1, + Radius2, Height)

+ +

Arguments: Name + + 3 values (Radius of the base part, radius of the upper part, height).

-

Arguments: - Name + 3 values - (Radius of the base part, radius of the upper part, height).

+

 

  

diff --git a/doc/salome/gui/GEOM/curve.htm b/doc/salome/gui/GEOM/curve.htm index 1fa1a5aae..1178273d5 100755 --- a/doc/salome/gui/GEOM/curve.htm +++ b/doc/salome/gui/GEOM/curve.htm @@ -56,7 +56,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nCurve"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Basic Geometric Objects\nCurve"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/cylinder.htm b/doc/salome/gui/GEOM/cylinder.htm index 087d2d73d..010fb2bef 100755 --- a/doc/salome/gui/GEOM/cylinder.htm +++ b/doc/salome/gui/GEOM/cylinder.htm @@ -63,7 +63,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Primitives\nCylinder"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Primitives\nCylinder"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/edge.htm b/doc/salome/gui/GEOM/edge.htm index 184e5ba47..fd7cc35d9 100755 --- a/doc/salome/gui/GEOM/edge.htm +++ b/doc/salome/gui/GEOM/edge.htm @@ -50,7 +50,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nEdge"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nEdge"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/ellipse.htm b/doc/salome/gui/GEOM/ellipse.htm index f8b34dad2..3cb106c29 100755 --- a/doc/salome/gui/GEOM/ellipse.htm +++ b/doc/salome/gui/GEOM/ellipse.htm @@ -65,7 +65,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nEllipse"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Basic Geometric Objects\nEllipse"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/explode.htm b/doc/salome/gui/GEOM/explode.htm index 46e1d3560..81b470ae9 100755 --- a/doc/salome/gui/GEOM/explode.htm +++ b/doc/salome/gui/GEOM/explode.htm @@ -66,7 +66,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nExplode"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nExplode"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/extrusion.htm b/doc/salome/gui/GEOM/extrusion.htm index c52507839..a172323a7 100755 --- a/doc/salome/gui/GEOM/extrusion.htm +++ b/doc/salome/gui/GEOM/extrusion.htm @@ -65,7 +65,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nGeneration of Complex Objects\nExtrusion"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Complex Objects\nExtrusion"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } @@ -102,7 +102,7 @@ else

To create an Extrusion (Prism) you should define the Base Shape (a basis of the extrusion), the Vector - (a normal of the extrusion) and the Height + (a direction of the extrusion) and the Height of extrusion.  

The diff --git a/doc/salome/gui/GEOM/face.htm b/doc/salome/gui/GEOM/face.htm index fea622451..15cf3ad30 100755 --- a/doc/salome/gui/GEOM/face.htm +++ b/doc/salome/gui/GEOM/face.htm @@ -52,7 +52,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nFace"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nFace"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_basicgui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_basicgui_functions.htm deleted file mode 100755 index 1630c691f..000000000 --- a/doc/salome/gui/GEOM/files/salome2_sp3_basicgui_functions.htm +++ /dev/null @@ -1,885 +0,0 @@ - - - - - -Titre - - - - - - - - - - - - -

Creating basic geometrical objects

- -

In GEOM you can create basic geometrical objects (1D - & 2D elements) such as:

- -

- - - - - - -

 

- -

 

- -

To create basic geometrical objects:

- -

 

- -

In the main menu select New - Entity > Basic.

- -

 

- -  - -

Point

- -

 

- -

Description: - Creates a point.

- -

 

- -

Result: GEOM_Object - (vertex).

- -

 

- -

TUI Command : -   geompy.MakeVertex(X, - Y, Z) -

- -

geompy.MakeVertexWithRef(Reference, - X, Y, Z)

- -

geompy.MakeVertexOnCurve(Edge, Parameter) -

- -

 

- -

Arguments:

- -
    - -
  • 1st - Constructor: Name + X, Y and Z coordinates of the point.

  • - -
  • 2nd - Constructor: Name + 1 reference point + 3 coordinates defining - the position of this point regarding the reference one

  • - -
  • 2nd - Constructor: Name + 1 edge  + - 1 Parameter defining the position of the point on the given edge.

  • -
- -

 

- -

Dialog Box:

- -

 

- - ---- - - - - -
-

-

-

- -

 

- -

 

- -

   

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

Line

- -

 

- -

Description: - Creates a line.

- -

 

- -

Result: GEOM_Object - (edge).

- -

 

- -

TUI Command: - geompy.MakeLine(Point1, Point2), - where Point1 and Point2 are points through  which - the line passes.

- -

 

- -

Arguments: - Name + 2 vertices.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

Circle

- -

 

- -

Description: - Creates a circle.

- -

 

- -

Result: GEOM_Object - (edge).

- -

 

- -

TUI Command: - geompy.MakeCircle(Point, Vector, Radius), - where Point defines the center of the circle, Vector gives the circle’s - normal and Radius is the circle’s  radius.

- -

 

- -

Arguments: -

- -
    - -
  • 1st - Constructor: Name + 1 vertex (for the center) + 1 edge (for the direction) - + Radius.

  • - -
  • 2nd - Constructor: Name + 3 points which will form the circle.

  • -
- -

 

- -

 

- -

 

- -

Dialog Box:

- -

 

- - --- - - - -
-

-

- -

 

- -

 

- -

 

- -

 

- -

Example:

- -

 

- -

- -

 

- -

Ellipse

- -

 

- -

Description: - Creates an ellipse.

- -

 

- -

Result: GEOM_Object - (edge).

- -

 

- -

TUI Command: geompy.MakeEllipse(Point, Vector, RadiusMajor, - RadiusMinor), where Point defines the center of the ellipse, Vector - gives the ellipse’s normal, RadiusMajor and RadiusMinor  are - correspondingly a major and minor radiuses of the ellipse.

- -

 

- -

Arguments: - Name + 1 vertex (for the center) + 1 edge (for the direction) + 1 X Radius - + 1 Y Radius.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

Arc

- -

 

- -

Description: - Creates an arc.

- -

 

- -

Result: GEOM_Object - (edge).

- -

 

- -

TUI Command: - geompy.MakeArc(Point1, Point2, Point3), - where Point1 is the starting point of the arc, Point2 is a middle point - of the arc and Point3 is the ending point of the arc.

- -

 

- -

Arguments: - Name + 3 vertices.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

Curve

- -

 

- -

Description: - Creates a curve in 3D space.

- -

 

- -

Result: - GEOM_Object (edge).

- -

 

- -

TUI Command: -

- -
    - -
  • geompy.MakePolyline(ListOfShapes), - where ListOfShape is a list of points through which the curve passes .

  • - -
  • geompy.MakeInterpol(ListOfShapes), - where ListOfShape is a list of points through which the curve passes .

  • - -
  • geompy.MakeBezier(ListOfShapes), - where ListOfShape is a list of points through which the curve passes .

  • -
- -

 

- -

Arguments: - Name + at least 2 points which will serve as nodes on the curve.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

Polyline -                                          Bezier -                                      B-Spline

- -

          

- -

 

- -

 

- -

Vector

- -

 

- -

Description: - Creates a vector.

- -

 

- -

Result: GEOM_Object - (edge).

- -

 

- -

TUI Command: - geompy.MakeVector(Point1, Point2), - where Point1 is the first point of the vector and the Point2 is the last - point of the vector.

- -

 

- -

Arguments :

- -
    - -
  • 1st - Constructor : Name + 2 vertices.

  • - -
  • 2nd - Constructor : Name + 3 values (Coordinates of the 2nd vertex. The - first vertex is in the origin).

  • -
- -

 

- -

Dialog Box:

- -

 

- -

      

- -

 

- -

Example:

- -

 

- -

- -

 

- -

Plane

- -

 

- -

Description: - Creates a plane.

- -

 

- -

Result: GEOM_Object - (face).

- -

 

- -

TUI Command: - geompy.MakePlane(Point, Vector, TrimSize), - where Point is a point through which  the - plane passes, Vector gives a normal of the plane and TrimSize is a half - size of a side of quadrangle face, representing the plane.

- -

 

- -

Arguments:

- -
    - -
  • 1st - Constructor : Name + 1 vertex + 1 vector  + - 1 value (to define the size of the plane).

  • - -
  • 2nd - Constructor : Name + 1 vertex + 3 points (for the direction) + 1 value - (to define the size of the plane).

  • - -
  • 3rd - Constructor : Name + 1 selection + 1 value (to define the size of - the plane).

  • -
- -

 

- -

Dialog Box:

- -

 

- - ---- - - - - -
-

-

-

- -

 

- -

 

- -

         

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

Working - Plane

- -

 

- -

Description: - Sets the working plane (and the camera position).

- -

 

- -

Arguments: -

- -
    - -
  • Name + 1 selection (face - or planar face),

  • - -
  • Name +  2 - vectors,

  • - -
  • Name + XYZ coordinate - system

  • -
- -

 

- -

 

- -

Dialog Box:

- -

 

- - ---- - - - - -
-

-

-

- -

 

- -

 

- -

 

- -

 

- -

 

- -

Local - coordinate system

- -

 

- -

Description: -  The user - may manually enter values of X, Y, and Z coordinates of origin in the - corresponding fields of the dialog box, or select a point in the object - browser or 3D viewer, in this case coordinates of origin are automatically - filled in with the coordinates of the selected point.

- -

The user then specifies components of X and - Y axes direction.

- -

Preview of the new LCS (small trihedron located - and oriented according to parameters of LCS) is displayed in the 3D viewer - and updated as soon as the user modifies some parameter.

- -

Then the user presses «OK» or «Apply» button - to create an LCS at the location with the specified coordinates. The new - object is shown in the Object Browser and in 3D viewer.

- -

 

- -

 

- -

TUI command: - geompy.MakeMarker(OX, OY, OZ, XDX, XDY, - XDZ, YDX, YDY, YDZ), where OX, OY, OZ are coordinates of the origin - of LCS, XDX, XDY, XDZ is a vector of OX  direction - of the LCS and YDX, YDY, YDZ is a a vector of OY direction of the LCS.

- -

 

- -

 

- -

Arguments: -

- -
    - -
  • 1st - Constructor : Name + Coordinates of origin, X axis direction, Y axis - direction

  • - -
  • 2nd - Constructor : Name + reference object.

  • - -
  • 3rd - Constructor : Name + 1 point of origin + X axis direction, Y axis - direction.

  • -
- -

 

- -

.

- -

 

- -

Dialog Box:

- -

 

- - ---- - - - - -
-

-

-

- -

 

- -

Example:

- -

 

- -

- - - - diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image28.gif b/doc/salome/gui/GEOM/files/salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image28.gif deleted file mode 100755 index 0667288b6..000000000 Binary files a/doc/salome/gui/GEOM/files/salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image28.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_buildgui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_buildgui_functions.htm deleted file mode 100755 index 42c0ee8ea..000000000 --- a/doc/salome/gui/GEOM/files/salome2_sp3_buildgui_functions.htm +++ /dev/null @@ -1,458 +0,0 @@ - - - - - -Titre - - - - - - - - - - - -

Building geometrical objects

- -

In GEOM you can create basic and advanced geometrical objects - (2D & 3D elements) using the following building functions:

- -

 

- - - -

 

- -

 

- -

 

- -

To use Explode:

- -

 

- -

In the main menu select New - Entity > Explode.

- -

 

- -

Explode

- -

 

- -

Description: - Returns a list of subshapes (vertices, edges, wires etc.) of the given - shape.

- -

 

- -

Result : - List of GEOM_Objects.

- -

 

- -

TUI Command: -

- -
    - -
  • geompy.SubShape(Shape, - ListOfID), where Shape is a shape whose subshape(s) is (are) retrieved, - ListOfID is a list of requested sub shapes IDs. To get a subshape ID use - method GetSubShapeID().

  • - -
  • geompy.SubShapeAll(Shape, - TypeOfShape), where Shape is a shape to be exploded on sub shapes - of type TypeOfShape.

  • -
- -

 

- -

Arguments: - 1 SHAPE + 1 type of SubShape.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

 

- -

To use building functions:

- -

 

- -

In the main menu select - New Entity > Build - submenu.

- -

 

- -

Edge

- -

 

- -

Description: - Creates an edge.

- -

 

- -

Result: GEOM_Object - (EDGE).

- -

 

- -

TUI Command: - geompy.MakeEdge(Vertex1, Vertex2), - where Vertex1 and Vertex2 are correspondingly the first and the last vertex - of the edge.

- -

 

- -

Arguments: - Name + 2 vertices.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

- -

 

- -

Wire

- -

 

- -

Description: - Creates a wire.

- -

 

- -

Result: GEOM_Object - (WIRE).

- -

 

- -

TUI Command : - geompy.MakeWire(ListOfShape), - where ListOfShape is a list of edges and/or wires from which the wire - to be constructed.

- -

 

- -

Arguments: - Name + List of connected wires or edges..

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

- -

 

- -

Face

- -

 

- -

Description: - Creates a face.

- -

 

- -

Result: GEOM_Object - (FACE).

- -

 

- -

TUI Command: - geompy.MakeFace(Wire, WantPlanarFace), - where Wire is a wire and if boolean parameter WantPlanarFace is planar - then only a planar face or no face is constructed.

- -

 

- -

Arguments: - Name + 1 wire.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

- -

 

- -

Shell

- -

 

- -

Description: - Creates a shell.

- -

 

- -

Result: GEOM_Object - (SHELL).

- -

 

- -

TUI Command: - geompy.MakeShell(ListOfShape), - where ListOfShape is a list of faces and (or) shells from which the shell - is constructed.

- -

 

- -

Arguments: - Name + List of faces having connected edges.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

- -

 

- -

Solid

- -

 

- -

Description: - Creates a solid - closed geometrical 3D element.

- -

 

- -

Result: GEOM_Object - (SOLID).

- -

 

- -

TUI Command: - geompy.MakeSolid(ListOfShape), - where ListOfShape is a list of shells from which the solid is constructed.

- -

 

- -

Arguments: - Name + A closed shell or a list of shells.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

 

- -

Compound

- -

 

- -

Description: - Creates a compound.

- -

 

- -

Result: GEOM_Object - (COMPOUND).

- -

 

- -

TUI Command: - geompy.MakeCompound(ListOfShape), - where ListOfShape is a list of shapes from which the compound is constructed.

- -

 

- -

Arguments: - Name + List of shapes.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions.htm deleted file mode 100755 index ff0ba882b..000000000 --- a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions.htm +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -Titre - - - - - - - - - - - -

Displaying/hiding objects

- -

Visualization is available in both viewers, OCC and VTK - . These viewers work independently, i.e. visibility of objects and their - graphic attributes may differ in OCC and VTK viewer. It - is reasonable to use the OCC viewer for GEOM module.

- -

 

- -

Displaying\hiding - different geometrical objects in the viewer is possible using the following - operations:

- -

 

- - - -

 

- -

To display\hide one or several objects in the viewer:

- -

 

- -

In the main menu select View - or right-click on the necessary object in the Object Browser and - from the associated pop-up menu choose the required operation.

- -

 

- -

 

- -

DisplayAll -

- -

 

- -

Description: - Displays all geometrical objects which have been created or imported in - the current study.

- -

 

- -

TUI - Command: sg.DisplayAll()

- -

 

- -

 

- -

EraseAll

- -

 

- -

Description: - Erases all shapes displayed in the viewer.

- -

 

- -

TUI - Command: sg.EraseAll()

- -

 

- -

 

- -

Display

- -

 

- -

Description: - Displays an object in 3D viewer.

- -

 

- -

TUI - Command:

- -

 

- -

 

- -

DisplayOnly

- -

 

- -

Description: - Displays only the selected geometrical element.

- -

 

- -

TUI - Command: sg.DisplayOnly(ID)

- -

 

- -

 

- -

Erase

- -

 

- -

Description - : Erases only the selected shape.

- -

 

- -

TUI - Command : sg.EraseOnly(ID)

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image51.gif b/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image51.gif deleted file mode 100755 index 83388cc3d..000000000 Binary files a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image51.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image52.gif b/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image52.gif deleted file mode 100755 index 473edc6c0..000000000 Binary files a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image52.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image53.gif b/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image53.gif deleted file mode 100755 index d71f45519..000000000 Binary files a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image53.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image54.gif b/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image54.gif deleted file mode 100755 index 5bed6049e..000000000 Binary files a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image54.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image55.gif b/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image55.gif deleted file mode 100755 index 4890bda6c..000000000 Binary files a/doc/salome/gui/GEOM/files/salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image55.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_generationgui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_generationgui_functions.htm deleted file mode 100755 index 322971bfa..000000000 --- a/doc/salome/gui/GEOM/files/salome2_sp3_generationgui_functions.htm +++ /dev/null @@ -1,307 +0,0 @@ - - - - - -Titre - - - - - - - - - - - -

Generating complex objects

- -

Generation operations in GEOM are used to create advanced - geometrical objects (3D elements). They are:

- -

 

- - - -

 

- -

To use generation operations:

- -

 

- -

In the main menu select New - Entity > Generation.

- -

 

- -

Extrusion

- -

Description: - Creates an extruded shape.

- -

 

- -

Result: GEOM_Object - (edge, face, solid or compsolid).

- -

 

- -

TUI Command : - geompy.MakePrism(baseShape, Vector, - Height), where baseShape is a basis of the prism, Vector is a normal - of the prism and Height is a height of the prism.

- -

 

- -

Arguments: - Name + 1 shape (vertex, edge, wire, face or shell) serving as base object - + 1 vector (for direction) + 1 value (dimension).

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

Revolution

- -

- -

Description: - Creates an extruded shape by revolution.

- -

 

- -

Result: GEOM_Object - (edge, face, solid or compsolid).

- -

 

- -

TUI Command: - geompy.MakeRevolution(Shape, Axis, - Angle), where Shape is a shape to rotate, Axis is the axis of the - revolution and Angle is an angle by which Shape has to be rotated around - Axis.

- -

 

- -

Arguments: - Name + 1 shape (vertex, edge, wire, face or shell) serving as base object - + 1 vector (for direction) + 1 value (angle).

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

Filling

- -

 

- -

Description: - Creates a curving face using several curves.

- -

 

- -

Result: GEOM_Object - (face).

- -

 

- -

TUI Command: - geompy.MakeFilling(Shape, MinDegree, - MaxDegree, Tol2D, Tol3D, NbIter), where Shape is a shape to fill, - MinDegree and MaxDegree are correspondingly maximal and minimal degree, - Tol2D is a tolerance for 2D and Tol3D is a tolerance for 3D, NbIter is - a number of iterations.

- -

 

- -

Arguments: - Name + 1 List of edges + 5 Parameters (Min. degree, Max. degree, Number - of iterations, 2D tolerance, 3D tolerance).

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

Pipe

- -

- -

Description: - Creates an extruded shape.

- -

 

- -

Result: GEOM_Object - (edge, face, solid or compsolid).

- -

 

- -

TUI Command: - geompy.MakePipe(baseShape, pathShape), - where baseShape is a shape to be extruded, pathShape is a path along which - baseShape is extruded.

- -

 

- -

Arguments: - Name + 1 shape (vertex, edge, wire, face or shell) serving as base object - + 1 shape (edge, face or shell) for definition of the path.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_geomtoolsgui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_geomtoolsgui_functions.htm index 566fc05e7..75fb010d5 100755 --- a/doc/salome/gui/GEOM/files/salome2_sp3_geomtoolsgui_functions.htm +++ b/doc/salome/gui/GEOM/files/salome2_sp3_geomtoolsgui_functions.htm @@ -17,8 +17,8 @@ if (navigator.appName !="Netscape") p.whs1 { font-size:12pt; } img_whs2 { border:none; float:none; width:30px; height:30px; border-style:none; } p.whs3 { margin-left:40px; } -img_whs4 { border:none; width:557px; height:274px; float:none; border-style:none; } -img_whs5 { border:none; width:529px; height:272px; float:none; border-style:none; } +img_whs4 { border:none; border-style:none; width:425px; height:269px; float:none; } +img_whs5 { border:none; border-style:none; width:436px; height:269px; float:none; } --> - - - - - - - - - -

Basic operations

- -

In GEOM you can perform - basic operations with geometrical objects aimed at creation of more complex - shapes. These operations are:

- -

 

- - - -

 

- -

To perform basic operations on geometrical objects:

- -

 

- -

In the main menu select Operations.

- -

 

- -

 

- -

Partition

- -

 

- -

Description: - Builds a shape by intersection.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.MakePartition(ListOfShapes, - ListOfTools, ListOfKeepInside, ListOfRemoveInside, Limit, RemoveWebs, - ListOfMaterials), where ListOfShapes is a list of shapes to be - intersected, ListOfTools is a list of shapes to intersect the shapes from - ListOfShapes, ListOfKeepInside is a list of shapes outside which the results - will be deleted, ListOfRemoveInside is a list of shapes inside which the - results will be deleted, Limit is a type of the result shapes, if RemoveWebs - is True the Glue 3D algorithm will be performed on the results, ListOfMaterials - is a list of materials indices for each shape, it makes sense only if - RemoveWebs is True.

- -

 

- -

Arguments: - Up to 4 shapes + reconstruction limit.

- -
    - -
  • 1st - Constructor: Name + 2 shapes (first shape will be intersected by the - second shape) + reconstruction limit.

  • - -
  • 2nd - Constructor: Name + 1 shape which will be intersected + 1 cutting - face.

  • -
- -

 

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

Archimede

- -

 

- -

Description: - Creates a plane corresponding to the modeled water-line of the object - plunged into the water (in Z direction).

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.Archimede(Shape,Weight,WaterDensity,MeshingDeflection), - where Shape is a shape to put into the water, Weight is a weight of the - shape, WaterDensity  is - density of water, MeshingDeflection is a deflection of the mesh, using - to compute the section.

- -

 

- -

GUI Arguments: - Name + 1 shape  + - 3 values (Weight, Water Density & Meshing Deflection).

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

   

- -

 

- -

 

- -

Fillet

- -

 

- -

Description: - Make fillets of the edges of a shape.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.MakeFillet(Shape, Radius, - ShapeType, ListOfShapeID), where Shape is a shape to create a fillet - on, Radius is a radius of the fillet, ShapeType is a type of shapes to - be processed, ListOfShapeID is a list of subshape’s Ids to be processed.

- -

 

- -

Arguments:

- -
    - -
  • 1st - Constructor: Name + 1 shape + 1 value (fillet radius).

  • - -
  • 2nd - Constructor: Name + 1 shape + 1 Selection of edges + 1 value (Fillet - radius).

  • - -
  • 3rd - Constructor: Name + 1 shape + 1 Selection of faces + 1 value (Fillet - radius).

  • -
- -

 

- -

Dialog Box:

- -

 

- -

   

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

 

- -

Chamfer

- -

 

- -

Description: - Makes chamfer of the edges of a Shape.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: -

- -
    - -
  • geompy.MakeChamferEdge(Shape, - D1, D2, Face1, Face2), where Shape is a shape to create a chamfer - on, D1 is a chamfer size along Face1, D2 is a chamfer size along Face2, - Face1 and Face2 are indices of faces in Shape.

  • - -
  • geompy.MakeChamferFace(Shape, - D1, D2, ListOfFaceID), where Shape is a shape to create chamfer - on, D1 is a chamfer size along a face from  ListOfFaceID, -  D2 is a - chamfer size along two faces connected to the edge to which the chamfer - is applied, ListOfFaceID is a list of indices of faces in Shape.

  • -
- -

 

- -

Arguments:

- -

 

- -
    - -
  • 1st - Constructor : Name + 1 SHAPE + 1 value (Chamfer dimension).

  • - -
  • 2nd - Constructor : Name + 1 SHAPE + 2 faces + 2 values (Chamfer dimensions).

  • - -
  • 3rd - Constructor : Name + 1 SHAPE + 1 Selection of faces + 2 values (Chamfer - dimensions).

  • -
- -

 

- -

Dialog Box:

- -

 

- -

   

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

 

- -

 

- -

 

- -

 

- -

Block - multi-transformation

- -

 

- -

Description: - Makes several translations of a block (solid) in one - or two directions depending on - the arguments specified by the user.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: -

- -
    - -
  • geompy. - MakeMultiTransformation1D(Block, DirFaceID1, DirFaceID2, NbTimes), - where Block is a block to be transformed, DirFaceID1 is an ID of the face - which defines the first direction of transformation, DirFaceID2 is an - ID of the face which defines the second direction of transformation, NbTimes - is a numeber of transformations.

  • - -
  • geompy. - MakeMultiTransformation2D(Block, DirFaceID1U, DirFaceID2U, NbTimesU, DirFaceID1V, - DirFaceID2V, NbTimesV), where Block is a block to be transformed, - DirFaceID1U and DirFace1V are ID’s of the faces, which define directions - of the first transformation, DirFaceID1V and DirFaceID2V are ID’s of the - faces which define directions of the second transformation, NbTimesU and - NbTimesV are numbers of transformations.

  • -
- -

 

- -

Arguments:

- -

 

- -
    - -
  • 1D - transformation: Name + 1 hexahedral - solid + 1 or 2 faces + 1 integer (number of blocks)

  • - -
  • 2D - transformation: Name + 1 hexahedral - solid +

  • - -
      - -
    • 2 - faces and 1 integer, or

    • - -
    • 3 or 4 faces and 2 integers

    • -
    -
- -

 

- -

Dialog Box:

- - --- - - - -
-

-

- -

 

- -

Example:

- -

 

- -

    

- -

 

- -

 

- -

Explode - on Blocks

- -

 

- -

Description: - Returns blocks of the given compound. The user may define the type blocks - to be extracted by setting the minimum and maximum number of faces in - the target block. By checking the corresponding box the user may also - interactively choose the blocks from a compound .

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.MakeBlockExplode(Compound, - MinNbFaces, MaxNbFaces), where Compound is a compound to be exploded - into the blocks, MinNbFaces, MaxNbFaces are correspondingly the minimal - and  the - maximal number of faces of the resulting blocks.

- -

 

- -

Arguments: 1 compound + 1 integer (min. and max. number - of faces in the block to be extracted).

- -

 

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

 

- -

Propagate

- -

 

- -

Description: - Breaks a multitude of edges of a shape into groups (builds all possible - propagation groups).

- -

 

- -

Result: List - of GEOM_Objects. Each Geom Object will contain a group of edges.

- -

 

- -

TUI Command: - geompy.Propagate(Shape), - where Shape is a shape to build propagation groups on.

- -

 

- -

Arguments: 1 Shape.

- -

 

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

     

- - - - diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_primitivegui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_primitivegui_functions.htm deleted file mode 100755 index 96c0d677f..000000000 --- a/doc/salome/gui/GEOM/files/salome2_sp3_primitivegui_functions.htm +++ /dev/null @@ -1,395 +0,0 @@ - - - - - -Titre - - - - - - - - - - - -

Constructing primitives

- -

In - GEOM you can create different types of primitive geometrical objects (3D - elements):

- -

 

- - - -

 

- -

To construct primitive geometrical objects:

- -

 

- -

In the main menu select New - Entity > Primitives.

- -

 

- -

Box

- -

 

- -

Description: Creates a box.

- -

 

- -

Result: GEOM_Object (SOLID).

- -

 

- -

TUI Command : geompy.MakeBox(X1, - Y1, Z1, X2, Y2, Z2),  where - (X1, Y1, X2) and (X2, Y2, Z2) are coordinates of two points which define - a diagonal of the box.

- -

 

- -

Arguments:

- -
    - -
  • 1st Constructor - : Name + 2 vertices (opposite - corners of the box).

  • - -
  • 2nd Constructor - : Name + 3 values (dimensions - at origin).

  • -
- -

 

- -

Dialog Box:

- -

 

- -

 

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

Cylinder

- -

 

- -

Description: Creates a cylinder.

- -

 

- -

Result: GEOM_Object (solid).

- -

 

- -

TUI Command: geompy.MakeCylinder(Point, - Axis, Radius, Height), where Point is a central point of the cylinder - base, Axis (vector value) is an axis of the cylinder, Radius and Height - are correspondingly a radius and a height of the cylinder.

- -

 

- -

Arguments:

- -
    - -
  • 1st Constructor: - Name + 1 vertex + 1 vector + 2 values - (Dimensions: radius and height).

  • - -
  • 2nd Constructor: - Name + 2 values (Dimensions at origin: - radius and height).

  • -
- -

 

- -

Dialog Box:

- -

 

- -

 

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

Sphere

- -

 

- -

Description: Creates a sphere.

- -

 

- -

Result: GEOM_Object (solid).

- -

 

- -

TUI Command: geompy.MakeSphere(Point, - Radius), where Point is a center of the sphere and Radius is a - radius of the sphere.

- -

 

- -

Arguments:

- -
    - -
  • 1st Constructor - : Name + 1 vertex + 1 value - (Radius).

  • - -
  • 2nd Constructor - : Name + 1  value - (Radius from the origin).

  • -
- -

 

- -

Dialog Box:

- -

 

- -

 

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

Torus

- -

 

- -

Description: Creates a torus.

- -

 

- -

Result: GEOM_Object (solid).

- -

 

- -

TUI Command: geompy.MakeTorus(Point, - Vector, RadiusMajor, RadiusMinor), where Point is a central point - of the torus, Vector is an axis of symmetry, RadiusMajor and RadiusMinor -  are correspondingly - a major and minor radiuses of the torus.

- -

 

- -

Arguments:

- -
    - -
  • 1st Constructor: - Name + 1 vertex + 1 vector (for - direction) + 2 values (1 & 2 Radius).

  • - -
  • 2nd Constructor: - Name + 2 values (1 & 2 Radius - from the origin).

  • -
- -

 

- -

Dialog Box:

- -

 

- -

 

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

Cone

- -

 

- -

Description: Creates a cone.

- -

 

- -

Result: GEOM_Object (SOLID).

- -

 

- -

TUI Command: geompy.MakeCone(Point, - Axis, Radius1, Radius2), where Point is a central point of the - cone base, Axis (vector value) is an axis of the cone, Radius1 and Radius2 - are correspondingly the first and the second radiuses of the cone

- -

 

- -

Arguments:

- -
    - -
  • 1st Constructor: - Name + 1 vertex + 1 vector (for - direction) + 3 values (Radius of the base part, radius of the upper part, - height).

  • - -
  • 2nd Constructor: - Name + 3 values (Radius of the base - part, radius of the upper part, height).

  • -
- -

 

- -

Dialog Box:

- -

 

- -

 

- -

 

- -

Example:

- -

 

- -

- - - - diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_repairgui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_repairgui_functions.htm deleted file mode 100755 index 56d2c9c22..000000000 --- a/doc/salome/gui/GEOM/files/salome2_sp3_repairgui_functions.htm +++ /dev/null @@ -1,898 +0,0 @@ - - - - - -Titre - - - - - - - - - - - - -

Repairing geometrical objects

- -

Repairing operations are - used for adjustment and modification of created geometrical shapes. The - are:

- -

 

- - - -

 

- -

The operations Suppress - faces, Close contour, Suppress internal wires, Suppress holes and - Add point on edge are - available only if you are using OCC - viewer.

- -

 

- -

To apply repairing operations:

- -

 

- -

In the main menu select Repair - submenu.

- -

 

- -

Shape - processing

- -

 

- -

Description: - Processes a shape using various operators.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.ProcessShape(Shape, Operators, - Parameters, Values), where Shape is a processed shape, Operators - is a list of names of operators ("FixShape", "SplitClosedFaces", - etc.), Parameters is a list of names of parameters (“FixShape.Tolerance3d”, - etc), Values is a list of values of parameters in the same order as the - Parameters list.

- -

 

- -

Arguments: - 1 or more shapes.

- - - --- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

1

-

SplitAngle – - this operator is intended for splitting faces based on conical surfaces, - surfaces of revolution and cylindrical surfaces by angle

-

SplitAngle.Angle – angle (in radians) defining - size of result segments.

-

SplitAngle.MaxTolerance – maximal possible - tolerance on result shape

-

2

-

SplitClosedFaces - – this operator is intended for dividing all closed faces in the shape - according to the number of points.

-

SplitClosedFaces.NbSplitPoints – number of - points for cutting each closed faces.

-

3

-

FixFaceSize - – this operator is intended for removing small faces (case of the spot - face and strip face)

-

FixFaceSize.Tolerance – work tolerance defining - which faces will be removed.

-

4

-

DropSmallEdges - – this operator is intended for removing small edges or merging with neigbour. -  

-

DropSmallEdges.Tolerance3d – work tolerance - for detection and removing small edges.

-

5

-

BsplineRestriction - –this operator is intended for re-approximation BSplines curves and surfaces - or conversion of the curves and surfaces to BSplines with specified parameters. -

-

BSplineRestriction.SurfaceMode - mode of approximation - of surfaces if restriction is necessary

-

BSplineRestriction.Curve3dMode -mode of conversion - of any 3D curve to BSpline and approximation.

-

BSplineRestriction.Curve2dMode - mode of conversion - of any 2D curve to BSpline and approximation

-

BSplineRestriction.Tolerance3d – work tolerance - for definition of the possibility of the approximation of the surfaces - and 3D curves with specified parameters.

-

BSplineRestriction.Tolerance2d - work tolerance - for definition of the possibility of the approximation of the 2D curves - with specified parameters.

-

BSplineRestriction.Continuity3d – desired continuity - of the resultant surfaces and 3D curves.

-

BSplineRestriction.Continuity2d – desired continuity - of the resultant 2D curves.

-

BSplineRestriction.RequiredDegree - required - degree of the resultant BSplines

-

BSplineRestriction.RequiredNbSegments - required - maximum number of segments of resultant BSplines.

-

6

-

SplitContinuity - – this operator is intended for splitting shapes to achieve continuities - of curves and surfaces less than specified ones.

-

SplitContinuity.Tolerance3d - 3D tolerance - for correction of geometry.

-

SplitContinuity.SurfaceContinuity - required - continuity for surfaces.

-

SplitContinuity.CurveContinuity - required - continuity for curves.

-

7

-

ToBezier - this - operator is intended for conversion of the curves and surfaces of the - all types into Bezier curves and surfaces.

-

ToBezier.SurfaceMode - mode of conversion of - the surfaces.

-

ToBezier.Curve3dMode – mode for conversion - of the 3D curves.

-

ToBezier.Curve2dMode – mode for conversion - of the 2D curves.

-

ToBezier.MaxTolerance – max possible tolerance - on the resultant shape.

-

8

-

FixShape – this - operator is intended for correction of the invalid shapes

-

FixShape.Tolerance3d – work tolerance for detection - of the problems and correction of them.

-

FixShape.MaxTolerance3d - maximal possible - tolerance of the shape after correction.

-

9

-

SameParameter - – this operator is intended for fixing edges having not same parameter - 2D and 3D curves.

-

SameParameter.Tolerance3d – tolerance for detection - and fix problems.

- -

 

- -

 

- -

Dialog Box:

- -

 

- -

 

- -

 

- -

Example:

- -

 

- -

Shape before applying Shape Processing (FixShape - operator).

- -

 

- -

   

- -

 

- -

The - same shape after applying Shape Processing.

- -

 

- -

- -

 

- -

 

- -

Suppress faces

- -

 

- -

Description: - Suppresses a face of a shape.

- -

 

- -

Result: GEOM_Object - (ListOfGeomShapes).

- -

 

- -

TUI Command: - geompy.SuppressFaces(Shape, ListOfID), - where Shape is a shape to be processed, ListOfID is a list of faces ID's - to be removed.

- -

 

- -

Arguments: - Name + Faces which should be removed (you can select them in the 3D viewer).

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

Close contour

- -

 

- -

Description : - Closes an open contour and modifies the underlying face (if needed) in - accordance with user specified mode:

- -
    - -
  • By common vertex – a - vertex is created between the end points of the contour and its tolerance - is increased to a value of the gap between the ends of the contour;

  • - -
  • By new edge – a new edge - is inserted between the end points of the contour.

  • -
- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.CloseContour(Shape, Wires, - IsCommonVertex), where Shape is a shape to be processed, Wires - is a list of edges or wires ID’s which has to be closed within the shape - (if the list contains only one element = -1, the shape itself is considered - as a wire),  IsCommonVertex - if this parameter is True a closure has to be done by creation of a common - vertex, otherwise an edge is added between the end vertices.

- -

 

- -

Arguments: Name + 1 shape + contour (Wire, - or a set of Edges) + mode of closure (by vertex or by edge)

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

Suppress - internal wires

- -

 

- -

Description : - Removes all internal wires or specified internal wires from user specified - faces.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.SuppressInternalWires(Shape, - Wires), where Shape is a shape where wires are to be removed, Wires - is a list of wires ID’s to be removed; if the list is empty then all internal - wires are removed.

- -

 

- -

 

- -

Arguments:

- -
    - -
  • Name of the resulting - object

  • - -
  • User specified face

  • - -
  • User specified internal - wires (lying on this face except for its boundary), or, in case the Remove all internal wires box is checked, - all internal wires

  • -
- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

   

- -

 

- -

 

- -

Suppress - holes

- -

 

- -

Description : -

- -
    - -
  • 1st - Constructor : Suppresses a hole in a shape.

  • - -
  • 2nd - Constructor : Suppresses a hole in a face.

  • -
- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.SuppressHoles(Shape, - ListOfWireID), where Shape is a - shape where holes must be removed, ListOfWireID is a list of wire sub - shapes ID’s. If it is empty, then all holes are removed.

- -

 

- -

Arguments: Name - + 1 shape + Wires which should be removed.

- -

Remove all - holes checkbox allows to fill all holes of a definite shape.

- -

Detect button - allows to display the number of free boundaries in your shape:

- -

 

- -

- -

 

- -

Dialog Box:

- -

 

- -

 

- -

  

- -

Example:

- -

 

- -

   

- -

 

- -

 

- -

 

- -

Sewing

- -

 

- -

Description: - Sew several  shapes.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command : - geompy.MakeSewing(ListOfShape, Precision), - where ListOfShape is list of shapes to be sewed, Precision is a precision - for sewing.

- -

 

- -

Arguments: - Name + 1 or more shapes + 1 value (sew precision).

- -

Detect - button allows to display the number of free boundaries in your - shape:

- -

 

- -

- -

 

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

 

- -

 

- -

Add point on edge

- -

 

- -

Description: - Splits an edge in two in accordance with the specified mode (by length - or by parameter) and a value specifying the position of the point on edge - (for example val =0.5; mode = Length).

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command : - geompy.DivideEdge(Shape, EdgeID, - Value, IsByParameter), where Shape is a shape which contains an - edge to be divided, EdgeID is the ID of the edge to be divided, if it - = -1, then Shape is an edge, Value is a paramter on the edge or a length. - IsByParameter if it is True then Value is the edge parameter in the range - [0:1] otherwise it is a length of the edge in the range [0:1]

- -

 

- -

Arguments: - Name + 1 Edge + 1 value setting the position of the point according to - one of the selected modes

- -

 

- -

Dialog - Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

     

- -

 

- -

 

- -

 

- -

Glue faces

- -

 

- -

Description: - Glues faces that are coincident with respect to the given tolerance

- -

value.

- -

 

- -

Result: - GEOM_Object.

- -

 

- -

TUI Command - : geompy.MakeGlueFaces(theShape, - theTolerance), where theShape is a compound of shapesto be glued, - theTolerance is a maximum distance between two faces, which can be considered - as coincident.

- -

 

- -

Arguments: - Name + 1 Compound - + Tolerance value

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

  

- -

 

- -

 

- -

 

- -

Check free boundaries

- -

 

- -

Description: - Detects wires and edges that correspond to the shape's boundary, and highlights - it

- -

 

- -

Result: GEOM_Object. -

- -

 

- -

TUI Command : (NoError, ClosedWires, OpenWires) = geompy.GetFreeBoundary(Shape), - where Shape is a shape to be checked, NoError is false if an error occurred - while checking free boundaries, ClosedWires is a list of closed free boundary - wires, OpenWires is a list of open free boundary wires.

- -

 

- -

Arguments: - Shape

- -

 

- -

Dialog - Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

  

- -

 

- -

 

- -

 

- -

Check free - faces

- -

 

- -

Description: - Retrieves all free faces from a given shape. A free face is - a face not shared between two shells of the shape.

- -

 

- -

Result: GEOM_Object. - Returns a list of IDs of all free faces, contained in the shape.

- -

 

- -

TUI Command : GetFreeFacesIDs(Shape), where - Shape is a shape to be checked.

- -

 

- -

Arguments: - Shape

- -

 

- -

Dialog - Box:

- -

 

- -

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_transformationgui_functions.htm b/doc/salome/gui/GEOM/files/salome2_sp3_transformationgui_functions.htm deleted file mode 100755 index 956e7ec71..000000000 --- a/doc/salome/gui/GEOM/files/salome2_sp3_transformationgui_functions.htm +++ /dev/null @@ -1,669 +0,0 @@ - - - - - -Titre - - - - - - - - - - - - -

Using transformation operations

- -

In GEOM there is a set - of operations allowing to transform the initial geometrical object into - other objects, which will be also created. These operations are

- -

 

- - - -

 

- -

All these operations are accessible in the - main menu, via Operations / Transformation.

- -

 

- -

Translation

- -

 

- -

Description: - Makes a translation of a shape.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.MakeTranslation(Shape, DX, - DY, DZ), where Shape is a shape to be translated, DX, DY, DZ are - components of translation vector.

- -

 

- -

Arguments: -

- -
    - -
  • 1st - Constructor: Name + 1 shape - + 3 values (coordinates).

  • - -
  • 2st - Constructor: Name + 1 shape - + 2 vertices.

  • - -
  • 3st - Constructor: Name + 1 shape - + 1 vector.

  • -
- -

 

- -

Create a copy - checkbox allows to keep the initial object, otherwise it will be - removed.

- -

 

- -

Dialog Box:

- -

 

- -

   

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

Rotation -

- -

 

- -

Description: - Rotates the initial shape.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.MakeRotation(Shape, Axis, - Angle), where Shape is a shape to be rotated, Axis is an axis of - rotation, Angle is an angle of rotation.

- -

 

- -

Arguments: - 1 shape + 1 vector for direction of rotation + 1 angle.

- -

Reverse checkbox - allows to specify the direction of rotation.

- -

Create a copy - checkbox allows to keep the initial object, otherwise it will be - removed.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

 

- -

Modify the Location

- -

 

- -

Description: - Modification of location of an object.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.MakePosition(theObject, theStartLCS, theEndLCS), where theObject - is a shape, location of which is modified, theStartLCS is a location to - move the shape from, theEndLCS is a location to move the shape to.

- -

 

- -

Arguments: - Name + 1 GEOM_Object + [Starting Coordinate System] + End Coordinate System.

- -

Create a copy - checkbox allows to keep the initial object, otherwise it will be - removed.

- -

 

- -

Dialog Box:

- -

 

- -

  

- -

 

- -

Example:

- -

 

- -

- -

 

- -

 

- -

 

- -

Mirror -

- -

 

- -

Description: - Symmetrical copy of a shape.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.MakeMirrorByPlane(Shape, - Plane), where Shape is a shape to be mirrored, Plane is a plane - of symmetry.

- -

 

- -

Arguments: -

- -
    - -
  • 1st - Constructor: Name + 1 shape - + 1 vertex.

  • - -
  • 2st - Constructor: Name + 1 shape - + 1 vector.

  • - -
  • 3st - Constructor: Name + 1 shape - + 1 plane.

  • -
- -

Create a copy - checkbox allows to keep the initial object, otherwise it - will be removed.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

Scale transform -

- -

 

- -

Description: - Creates a scaled shape basing on the initial shape.

- -

 

- -

Result: GEOM_Object.

- -

 

- -

TUI Command: - geompy.MakeScaleTransform(Shape, - CenterOfScale, Factor), where Shape is a shape to be scaled, CenterOfScale - is a center point of scale, Factor is a factor of the scale.

- -

 

- -

Arguments: - Name + 1 shape(s) + 1 vertex + 1 Scale Factor.

- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

 

- -

 

- -

 

- -

Offset surface

- -

 

- -

Description: - Each point is translated along a local normal by a given distance (signed - number, negative value meaning inner offset). Offset operation is applicable - to faces, shells and solids.

- -

 

- -

Result: GEOM_Object -

- -

 

- -

TUI Command: - geompy.MakeOffset(Shape, Offset), - where Shape is a shape which has to be an offset, Offset is a value of - the offset.

- -

 

- -

Arguments:

- -
    - -
  • Name of the resulting - object

  • - -
  • GEOM_Object (face, shell, - solid, compound)

  • - -
  • offset value

  • -
- -

 

- -

Dialog Box:

- -

 

- -

- -

 

- -

Example:

- -

- -

 

- -

 

- -

Multi-Translation

- -

 

- -

Description: - Makes several translations of a shape in one - or two directions.

- -

 

- -

Result: GEOM_Object - (compound).

- -

 

- -

TUI Command:

- -
    - -
  • geompy.MakeMultiTranslation1D(Shape, - Dir, Step, NbTimes), where Shape is a shape to be translated, Dir - is a direction of translation, Step is a step of the translation, NbTimes - is a number of times the shape must be moved.

  • - -
  • geompy.MakeMultiTranslation2D(Shape, - Dir1, Step1, NbTimes1, Dir2, Step2, NbTimes2), where Shape is a - shape to be translated, Dir1 is the first direction of translation, Step1 - of the first translation, NbTimes1 is a number of translations to be done - along, Dir2 is the second direction of translation, Step2 of the second - translation, NbTimes2 is a number of translations to be done along Dir2.

  • -
- -

 

- -

Arguments:

- -
    - -
  • 1st - Constructor (in one direction): - Name + 1 shape + 1 vector (for direction) + 1 step value + 1 value (repetition).

  • - -
  • 2nd - Constructor (in two directions): - Name + 1 shape + 2 vectors defining the direction + 2 step values + 2 - values (repetitions).

  • -
- -

 

- -

Dialog Box:

- -

 

- -

 

- -

 

- -

Example:

- -

 

- -

One direction:

- -

 

- -

 

- -

 

- -

Two directions:

- -

 

- -

 

- -

 

- -

 

- -

Multi-Rotation

- -

 

- -

Description: - Creates several rotated geometrical objects in one - or two directions - basing on the initial geometrical object.

- -

 

- -

Result: GEOM_Object - (compound).

- -

 

- -

TUI Command:

- -
    - -
  • geompy.MakeMultiRotation1D(Shape, - Axis, NbTimes), where Shape is a shape to be rotated, Axis is an - Axis of rotation, NbTimes is a number of the shape must be rotated.

  • - -
  • geompy.MakeMultiRotation2D(Shape, - Axis, Angle, NbTimes1, Step, NbTimes2), where Shape is a shape - to be rotated, Axis is an axis of rotation, Angle is an angle of rotation, - NbTimes1 is a number of rotation, Step is a step of translation, NbTimes2 - is a number of translation.

  • -
- -

 

- -

Arguments:

- -
    - -
  • 1st - Constructor (in one direction): - Name + 1 shape + 1 vector for direction + 1 value (repetition).

  • - -
  • 2nd - Constructor (in two directions): - Name + 1 shape + 1 vector for direction + 1 angle + 1 value (repetition) - + 1 step value + 1 value (repetition); Reverse - checkbox allows to set the direction of rotation.

  • -
- -

 

- -

Dialog Box:

- -

 

- -

 

- -

 

- -

Example:

- -

 

- -

One direction:

- -

 

- -

 

- -

 

- -

Two directions:

- -

 

- -

 

- -

 

- -

 

- - - - diff --git a/doc/salome/gui/GEOM/files/salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image130.gif b/doc/salome/gui/GEOM/files/salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image130.gif deleted file mode 100755 index 980336276..000000000 Binary files a/doc/salome/gui/GEOM/files/salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image130.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/fillet.htm b/doc/salome/gui/GEOM/fillet.htm index cfcad978c..ca3535bd9 100755 --- a/doc/salome/gui/GEOM/fillet.htm +++ b/doc/salome/gui/GEOM/fillet.htm @@ -126,12 +126,11 @@ else

 

-

To create fillets  on - the specified edges or faces of the given shape,  you +

To create fillets on the specified edges or + faces of the given shape,  you need to define the Main Object - to create a fillet on, select the necessary edges or faces in the object - browser or in the OCC Viewer and define the  Radius + to create a fillet on, select the necessary edges or faces in the OCC + Viewer and define the  Radius of the Fillet.

TUI diff --git a/doc/salome/gui/GEOM/filling.htm b/doc/salome/gui/GEOM/filling.htm index 463608b82..aa48be15b 100755 --- a/doc/salome/gui/GEOM/filling.htm +++ b/doc/salome/gui/GEOM/filling.htm @@ -62,7 +62,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nGeneration of Complex Objects\nFilling"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Complex Objects\nFilling"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/geom.log b/doc/salome/gui/GEOM/geom.log index 32566f512..e1ec71835 100755 --- a/doc/salome/gui/GEOM/geom.log +++ b/doc/salome/gui/GEOM/geom.log @@ -136,14 +136,12 @@ arc.htm archimede.htm basic_geometrical_objects.htm basic_operations.htm -blocks.htm blocks_operations.htm boolean_operations.htm box.htm building_by_blocks.htm chamfer.htm changing_display_parameters.htm -changing_displaying_parameters.htm check_free_boundaries.htm check_free_faces.htm circle.htm @@ -163,17 +161,9 @@ explode_on_blocks.htm extrusion.htm face.htm files\introduction_to_geom.htm -files\salome2_sp3_basicgui_functions.htm files\salome2_sp3_booleangui_functions.htm -files\salome2_sp3_buildgui_functions.htm -files\salome2_sp3_displaygui_functions.htm -files\salome2_sp3_generationgui_functions.htm files\salome2_sp3_geomtoolsgui_functions.htm files\salome2_sp3_measuregui_functions.htm -files\salome2_sp3_operationgui_functions.htm -files\salome2_sp3_primitivegui_functions.htm -files\salome2_sp3_repairgui_functions.htm -files\salome2_sp3_transformationgui_functions.htm fillet.htm filling.htm fuse.htm @@ -190,6 +180,7 @@ multi_rotation.htm multi_transformation.htm multi_translation.htm newentity_blocks.htm +occ_viewer.htm offset_surface.htm partition.htm pipe_creation.htm @@ -217,6 +208,7 @@ translation.htm transparency.htm turus.htm vector.htm +viewing_geometrical_objects.htm wire.htm wireframe_and_shading.htm working_plane.htm @@ -224,24 +216,23 @@ working_with_groups.htm ehelp.xml geom.glo default.css +pics\image86.gif +pics\image103.gif +pics\image97.gif pics\chamfer_all.png pics\edgesn.png pics\boxes.png pics\mtrans1.png pics\transformation3.png pics\mtransf2.png -pics\export.png image15.jpg image204.jpg image56.gif -image149.jpg -image127.jpg -image23.gif -image12.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image73.gif -files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image55.gif files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image4.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image17.gif +pics\clipping.png +pics\image98.gif pics\archimedesn1.png pics\neo-basicprop.png pics\mtrans2.png @@ -251,12 +242,12 @@ pics\plane1.png image16.jpg image57.gif image35.gif -image128.jpg -image24.gif -image27.jpg -image13.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image74.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image18.gif +pics\image105.gif +pics\image99.gif +pics\image88.gif +pics\image77.gif pics\suppress_faces1.png pics\mirror_axissn1.png pics\archimedesn2.png @@ -267,12 +258,13 @@ pics\transformation5.png pics\mtransf4.png pics\plane2.png image206.jpg -image25.gif -image129.jpg -image14.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image75.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image30.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image19.gif +image26.gif +image1.jpg +pics\image106.gif +pics\image89.gif pics\suppress_faces2.png pics\multi_translation1dsn.png pics\mirror_axissn2.png @@ -282,15 +274,11 @@ pics\wiresn.png pics\transformation11.png pics\transformation6.png pics\block1.png -pics\creategroup.png pics\pipe.png pics\torus1.png pics\plane3.png image59.gif image37.gif -image15.gif -image18.jpg -files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image130.gif files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image87.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image76.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image31.gif @@ -304,11 +292,9 @@ pics\transformation7.png pics\block2.png pics\torus2.png image27.gif -image191.jpg image180.jpg image49.gif image109.jpg -image16.gif files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image131.gif files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image119.gif files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image88.gif @@ -329,14 +315,14 @@ pics\repair2.png pics\transformation8.png pics\block3.png image181.jpg -image170.jpg -image80.jpg -image17.gif files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image132.gif files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image89.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image78.gif image3.jpg files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image33.gif +image18.gif +image1.gif +pics\geomimport.png pics\neo-isos.png pics\glue_faces2.png pics\supp_int_wires2.png @@ -356,11 +342,10 @@ pics\block4.png pics\sphere1.png image193.jpg image29.gif -image171.jpg image160.jpg -image81.jpg files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image133.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image34.gif +image2.gif pics\chamfer_faces.png pics\fillet_prism.png pics\rotationsn1.png @@ -378,11 +363,6 @@ pics\partition2.png pics\block5.png pics\sphere2.png pics\point1.png -pics\import.png -image172.jpg -image150.jpg -image82.jpg -image19.gif pics\rotationsn2.png pics\disp_mode2sn.png pics\neo-detect2.png @@ -398,10 +378,8 @@ pics\arc.png pics\ellipse.png pics\circle1.png image3.gif -image151.jpg -image94.jpg -image83.jpg files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image56.gif +image4.gif pics\isos_u12_v12sn.png pics\free_boudaries1.png pics\multi_rotation1d1.png @@ -419,11 +397,8 @@ pics\cone1.png pics\circle2.png pics\point3.png image185.jpg -image163.jpg -image130.jpg -image95.jpg -image84.jpg files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image57.gif +image5.gif pics\free_boudaries2.png pics\multi_rotation2d1.png pics\multi_rotation1d2.png @@ -435,14 +410,9 @@ pics\measures5.png pics\repair7.png pics\chamfer3.png pics\cone2.png -image197.jpg -image164.jpg -image96.jpg -image85.jpg -image52.jpg -image8.jpg files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image58.gif files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image27.gif +pics\image91.gif pics\chamfer_edge.png pics\fillet_edge.png pics\multi_rotation2d2.png @@ -458,14 +428,8 @@ pics\cylinder1.png pics\vector1.png image61.gif image154.jpg -image121.jpg image110.jpg -image97.jpg -image53.jpg -image9.jpg -image6.gif files\salome2_sp3_generationgui_functions_salome2_sp3_generationgui_functions_image59.gif -files\salome2_sp3_basicgui_functions_salome2_sp3_basicgui_functions_image28.gif pics\scale_transformsn2.png pics\translationsn1.png pics\facesn1.png @@ -473,15 +437,7 @@ pics\neo-mrot2.png pics\repair9.png pics\cylinder2.png pics\vector2.png -image188.jpg image51.gif -image133.jpg -image122.jpg -image98.jpg -image76.jpg -image54.jpg -image7.gif -image10.jpg files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image128.gif files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image121.gif files\salome2_sp3_operationgui_functions_salome2_sp3_operationgui_functions_image90.gif @@ -499,22 +455,19 @@ pics\measures8.png pics\fillet1.png pics\archimede.png pics\workplane4.png -image189.jpg image52.gif image167.jpg image156.jpg image41.gif image145.jpg image112.jpg -files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image51.gif -image8.gif -image11.jpg files\salome2_sp3_transformationgui_functions_salome2_sp3_transformationgui_functions_image129.gif files\salome2_sp3_repairgui_functions_salome2_sp3_repairgui_functions_image122.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image100.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image99.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image13.gif -image31.gif +pics\image100.gif +pics\geomcreategroup.png pics\commonsn.png pics\free_faces2.png pics\mirror_planesn1.png @@ -528,21 +481,14 @@ pics\neo-transparency.png pics\measures9.png pics\fillet2.png pics\workplane5.png -image201.jpg image53.gif image168.jpg image42.gif -image124.jpg image113.jpg -image78.jpg -image20.gif -image67.jpg -image9.gif -image12.jpg files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image101.gif -files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image52.gif files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image1.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image14.gif +pics\image95.gif pics\mirror_planesn2.png pics\neo-scetcher2.png pics\transformation1.png @@ -552,16 +498,15 @@ pics\workplane6.png pics\curve.png pics\line.png image10.gif -image202.jpg -image147.jpg image32.gif -image79.jpg -image21.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image102.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image71.gif -files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image53.gif files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image2.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image15.gif +image33.gif +pics\image102.gif +pics\image96.gif +pics\geomexport.png pics\multi_translation_initialsn.png pics\plane_on_face.png pics\bezier.png @@ -572,11 +517,8 @@ pics\editgroup.png pics\extrusion.png pics\box2.png image44.gif -image22.gif -image11.gif files\salome2_sp3_primitivegui_functions_salome2_sp3_primitivegui_functions_image103.gif files\salome2_sp3_measuregui_functions_salome2_sp3_measuregui_functions_image72.gif -files\salome2_sp3_displaygui_functions_salome2_sp3_displaygui_functions_image54.gif files\salome2_sp3_booleangui_functions_salome2_sp3_booleangui_functions_image3.gif salome2_sp3_buildgui_functions_salome2_sp3_buildgui_functions_image16.gif ehlpdhtm.js @@ -607,7 +549,6 @@ whgdata\whlstt13.htm whgdata\whlstt14.htm whgdata\whlstt15.htm whgdata\whlstt16.htm -whgdata\whlstt17.htm whgdata\whlsti0.htm whgdata\whlstfl0.htm whgdata\whlstfl1.htm @@ -635,6 +576,7 @@ whgdata\whlstfl22.htm whgdata\whlstfl23.htm whgdata\whlstfl24.htm whgdata\whlstfl25.htm +whgdata\whlstfl26.htm whgdata\whlstf0.htm whgdata\whlstf1.htm whgdata\whlstf2.htm @@ -649,8 +591,6 @@ whgdata\whlstf10.htm whgdata\whlstf11.htm whgdata\whlstf12.htm whgdata\whlstf13.htm -whgdata\whlstf14.htm -whgdata\whlstf15.htm whgdata\whlstg0.htm geom.htm geom_csh.htm diff --git a/doc/salome/gui/GEOM/geometrical_objects.htm b/doc/salome/gui/GEOM/geometrical_objects.htm index 8fb80b9c2..fa37126ed 100755 --- a/doc/salome/gui/GEOM/geometrical_objects.htm +++ b/doc/salome/gui/GEOM/geometrical_objects.htm @@ -47,7 +47,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nAdvanced Geometrical Objects"); + addTocInfo("GEOM module\nTUI Scripts\nCreating Geometric Objects\nAdvanced Geometrical Objects"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/groups.htm b/doc/salome/gui/GEOM/groups.htm index 2d0fbf371..8bb6bbd14 100755 --- a/doc/salome/gui/GEOM/groups.htm +++ b/doc/salome/gui/GEOM/groups.htm @@ -46,7 +46,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nWorking with Groups"); + addTocInfo("GEOM module\nTUI Scripts\nCreating Geometric Objects\nWorking with Groups"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/image1.gif b/doc/salome/gui/GEOM/image1.gif new file mode 100755 index 000000000..2f2fe9a21 Binary files /dev/null and b/doc/salome/gui/GEOM/image1.gif differ diff --git a/doc/salome/gui/GEOM/image1.jpg b/doc/salome/gui/GEOM/image1.jpg new file mode 100755 index 000000000..8e5d78b30 Binary files /dev/null and b/doc/salome/gui/GEOM/image1.jpg differ diff --git a/doc/salome/gui/GEOM/image10.jpg b/doc/salome/gui/GEOM/image10.jpg deleted file mode 100755 index 89009bc1c..000000000 Binary files a/doc/salome/gui/GEOM/image10.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image11.gif b/doc/salome/gui/GEOM/image11.gif deleted file mode 100755 index 4a07b5e83..000000000 Binary files a/doc/salome/gui/GEOM/image11.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image11.jpg b/doc/salome/gui/GEOM/image11.jpg deleted file mode 100755 index 4f666fd34..000000000 Binary files a/doc/salome/gui/GEOM/image11.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image12.gif b/doc/salome/gui/GEOM/image12.gif deleted file mode 100755 index 9e872c816..000000000 Binary files a/doc/salome/gui/GEOM/image12.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image12.jpg b/doc/salome/gui/GEOM/image12.jpg deleted file mode 100755 index fac5c1274..000000000 Binary files a/doc/salome/gui/GEOM/image12.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image121.jpg b/doc/salome/gui/GEOM/image121.jpg deleted file mode 100755 index 2dfe66e98..000000000 Binary files a/doc/salome/gui/GEOM/image121.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image122.jpg b/doc/salome/gui/GEOM/image122.jpg deleted file mode 100755 index 847a39703..000000000 Binary files a/doc/salome/gui/GEOM/image122.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image124.jpg b/doc/salome/gui/GEOM/image124.jpg deleted file mode 100755 index 2bc4bf342..000000000 Binary files a/doc/salome/gui/GEOM/image124.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image127.jpg b/doc/salome/gui/GEOM/image127.jpg deleted file mode 100755 index f0cf3d9c9..000000000 Binary files a/doc/salome/gui/GEOM/image127.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image128.jpg b/doc/salome/gui/GEOM/image128.jpg deleted file mode 100755 index c62cbf8bb..000000000 Binary files a/doc/salome/gui/GEOM/image128.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image129.jpg b/doc/salome/gui/GEOM/image129.jpg deleted file mode 100755 index d8fcb94a6..000000000 Binary files a/doc/salome/gui/GEOM/image129.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image13.gif b/doc/salome/gui/GEOM/image13.gif deleted file mode 100755 index 83f73a54a..000000000 Binary files a/doc/salome/gui/GEOM/image13.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image130.jpg b/doc/salome/gui/GEOM/image130.jpg deleted file mode 100755 index 8874e8ea6..000000000 Binary files a/doc/salome/gui/GEOM/image130.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image133.jpg b/doc/salome/gui/GEOM/image133.jpg deleted file mode 100755 index 0bc42a680..000000000 Binary files a/doc/salome/gui/GEOM/image133.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image14.gif b/doc/salome/gui/GEOM/image14.gif deleted file mode 100755 index a05dd647c..000000000 Binary files a/doc/salome/gui/GEOM/image14.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image147.jpg b/doc/salome/gui/GEOM/image147.jpg deleted file mode 100755 index e38c1dad2..000000000 Binary files a/doc/salome/gui/GEOM/image147.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image149.jpg b/doc/salome/gui/GEOM/image149.jpg deleted file mode 100755 index 2332885cd..000000000 Binary files a/doc/salome/gui/GEOM/image149.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image15.gif b/doc/salome/gui/GEOM/image15.gif deleted file mode 100755 index 3dcdf001c..000000000 Binary files a/doc/salome/gui/GEOM/image15.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image150.jpg b/doc/salome/gui/GEOM/image150.jpg deleted file mode 100755 index 31fceea62..000000000 Binary files a/doc/salome/gui/GEOM/image150.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image151.jpg b/doc/salome/gui/GEOM/image151.jpg deleted file mode 100755 index eda0dfcbd..000000000 Binary files a/doc/salome/gui/GEOM/image151.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image16.gif b/doc/salome/gui/GEOM/image16.gif deleted file mode 100755 index 44f8616a6..000000000 Binary files a/doc/salome/gui/GEOM/image16.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image163.jpg b/doc/salome/gui/GEOM/image163.jpg deleted file mode 100755 index 8f87e356b..000000000 Binary files a/doc/salome/gui/GEOM/image163.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image164.jpg b/doc/salome/gui/GEOM/image164.jpg deleted file mode 100755 index a180e04d1..000000000 Binary files a/doc/salome/gui/GEOM/image164.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image17.gif b/doc/salome/gui/GEOM/image17.gif deleted file mode 100755 index 4436895a4..000000000 Binary files a/doc/salome/gui/GEOM/image17.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image170.jpg b/doc/salome/gui/GEOM/image170.jpg deleted file mode 100755 index 4e24375fa..000000000 Binary files a/doc/salome/gui/GEOM/image170.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image171.jpg b/doc/salome/gui/GEOM/image171.jpg deleted file mode 100755 index 9e055888a..000000000 Binary files a/doc/salome/gui/GEOM/image171.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image172.jpg b/doc/salome/gui/GEOM/image172.jpg deleted file mode 100755 index 2bee4472e..000000000 Binary files a/doc/salome/gui/GEOM/image172.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image18.gif b/doc/salome/gui/GEOM/image18.gif new file mode 100755 index 000000000..511bd44e8 Binary files /dev/null and b/doc/salome/gui/GEOM/image18.gif differ diff --git a/doc/salome/gui/GEOM/image18.jpg b/doc/salome/gui/GEOM/image18.jpg deleted file mode 100755 index 7b7d6f4dc..000000000 Binary files a/doc/salome/gui/GEOM/image18.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image188.jpg b/doc/salome/gui/GEOM/image188.jpg deleted file mode 100755 index 00f58a045..000000000 Binary files a/doc/salome/gui/GEOM/image188.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image189.jpg b/doc/salome/gui/GEOM/image189.jpg deleted file mode 100755 index d02a23911..000000000 Binary files a/doc/salome/gui/GEOM/image189.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image19.gif b/doc/salome/gui/GEOM/image19.gif deleted file mode 100755 index ecd250a2b..000000000 Binary files a/doc/salome/gui/GEOM/image19.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image191.jpg b/doc/salome/gui/GEOM/image191.jpg deleted file mode 100755 index 92144cc51..000000000 Binary files a/doc/salome/gui/GEOM/image191.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image197.jpg b/doc/salome/gui/GEOM/image197.jpg deleted file mode 100755 index 11eb06e4a..000000000 Binary files a/doc/salome/gui/GEOM/image197.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image2.gif b/doc/salome/gui/GEOM/image2.gif new file mode 100755 index 000000000..833410711 Binary files /dev/null and b/doc/salome/gui/GEOM/image2.gif differ diff --git a/doc/salome/gui/GEOM/image20.gif b/doc/salome/gui/GEOM/image20.gif deleted file mode 100755 index ef92fafea..000000000 Binary files a/doc/salome/gui/GEOM/image20.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image201.jpg b/doc/salome/gui/GEOM/image201.jpg deleted file mode 100755 index 0a6a1b4d7..000000000 Binary files a/doc/salome/gui/GEOM/image201.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image202.jpg b/doc/salome/gui/GEOM/image202.jpg deleted file mode 100755 index 067426223..000000000 Binary files a/doc/salome/gui/GEOM/image202.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image21.gif b/doc/salome/gui/GEOM/image21.gif deleted file mode 100755 index 8fa295c52..000000000 Binary files a/doc/salome/gui/GEOM/image21.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image22.gif b/doc/salome/gui/GEOM/image22.gif deleted file mode 100755 index 00f387962..000000000 Binary files a/doc/salome/gui/GEOM/image22.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image23.gif b/doc/salome/gui/GEOM/image23.gif deleted file mode 100755 index 9af6909fc..000000000 Binary files a/doc/salome/gui/GEOM/image23.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image24.gif b/doc/salome/gui/GEOM/image24.gif deleted file mode 100755 index d53209d35..000000000 Binary files a/doc/salome/gui/GEOM/image24.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image25.gif b/doc/salome/gui/GEOM/image25.gif deleted file mode 100755 index b111102aa..000000000 Binary files a/doc/salome/gui/GEOM/image25.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image26.gif b/doc/salome/gui/GEOM/image26.gif new file mode 100755 index 000000000..cb7f53a74 Binary files /dev/null and b/doc/salome/gui/GEOM/image26.gif differ diff --git a/doc/salome/gui/GEOM/image27.jpg b/doc/salome/gui/GEOM/image27.jpg deleted file mode 100755 index ec850e713..000000000 Binary files a/doc/salome/gui/GEOM/image27.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image31.gif b/doc/salome/gui/GEOM/image31.gif deleted file mode 100755 index 0285eb3cf..000000000 Binary files a/doc/salome/gui/GEOM/image31.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image33.gif b/doc/salome/gui/GEOM/image33.gif new file mode 100755 index 000000000..53de5331b Binary files /dev/null and b/doc/salome/gui/GEOM/image33.gif differ diff --git a/doc/salome/gui/GEOM/image4.gif b/doc/salome/gui/GEOM/image4.gif new file mode 100755 index 000000000..385de8fd5 Binary files /dev/null and b/doc/salome/gui/GEOM/image4.gif differ diff --git a/doc/salome/gui/GEOM/image5.gif b/doc/salome/gui/GEOM/image5.gif new file mode 100755 index 000000000..77b19a209 Binary files /dev/null and b/doc/salome/gui/GEOM/image5.gif differ diff --git a/doc/salome/gui/GEOM/image52.jpg b/doc/salome/gui/GEOM/image52.jpg deleted file mode 100755 index 06cf1911c..000000000 Binary files a/doc/salome/gui/GEOM/image52.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image53.jpg b/doc/salome/gui/GEOM/image53.jpg deleted file mode 100755 index 0de05fdeb..000000000 Binary files a/doc/salome/gui/GEOM/image53.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image54.jpg b/doc/salome/gui/GEOM/image54.jpg deleted file mode 100755 index b331a4adb..000000000 Binary files a/doc/salome/gui/GEOM/image54.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image6.gif b/doc/salome/gui/GEOM/image6.gif deleted file mode 100755 index ef3e4bcdb..000000000 Binary files a/doc/salome/gui/GEOM/image6.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image67.jpg b/doc/salome/gui/GEOM/image67.jpg deleted file mode 100755 index 658b9430d..000000000 Binary files a/doc/salome/gui/GEOM/image67.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image7.gif b/doc/salome/gui/GEOM/image7.gif deleted file mode 100755 index dda1141af..000000000 Binary files a/doc/salome/gui/GEOM/image7.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image76.jpg b/doc/salome/gui/GEOM/image76.jpg deleted file mode 100755 index deb1aedee..000000000 Binary files a/doc/salome/gui/GEOM/image76.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image78.jpg b/doc/salome/gui/GEOM/image78.jpg deleted file mode 100755 index 8737d822c..000000000 Binary files a/doc/salome/gui/GEOM/image78.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image79.jpg b/doc/salome/gui/GEOM/image79.jpg deleted file mode 100755 index 099999d1d..000000000 Binary files a/doc/salome/gui/GEOM/image79.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image8.gif b/doc/salome/gui/GEOM/image8.gif deleted file mode 100755 index 67597372d..000000000 Binary files a/doc/salome/gui/GEOM/image8.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image8.jpg b/doc/salome/gui/GEOM/image8.jpg deleted file mode 100755 index f2c07ebd2..000000000 Binary files a/doc/salome/gui/GEOM/image8.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image80.jpg b/doc/salome/gui/GEOM/image80.jpg deleted file mode 100755 index ce81b706a..000000000 Binary files a/doc/salome/gui/GEOM/image80.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image81.jpg b/doc/salome/gui/GEOM/image81.jpg deleted file mode 100755 index 415dabeeb..000000000 Binary files a/doc/salome/gui/GEOM/image81.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image82.jpg b/doc/salome/gui/GEOM/image82.jpg deleted file mode 100755 index 96d4a04f9..000000000 Binary files a/doc/salome/gui/GEOM/image82.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image83.jpg b/doc/salome/gui/GEOM/image83.jpg deleted file mode 100755 index bafd8bea1..000000000 Binary files a/doc/salome/gui/GEOM/image83.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image84.jpg b/doc/salome/gui/GEOM/image84.jpg deleted file mode 100755 index 25625c16a..000000000 Binary files a/doc/salome/gui/GEOM/image84.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image85.jpg b/doc/salome/gui/GEOM/image85.jpg deleted file mode 100755 index 51ceee454..000000000 Binary files a/doc/salome/gui/GEOM/image85.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image9.gif b/doc/salome/gui/GEOM/image9.gif deleted file mode 100755 index cf29eb98d..000000000 Binary files a/doc/salome/gui/GEOM/image9.gif and /dev/null differ diff --git a/doc/salome/gui/GEOM/image9.jpg b/doc/salome/gui/GEOM/image9.jpg deleted file mode 100755 index 6040b6677..000000000 Binary files a/doc/salome/gui/GEOM/image9.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image94.jpg b/doc/salome/gui/GEOM/image94.jpg deleted file mode 100755 index 9ac2ee50c..000000000 Binary files a/doc/salome/gui/GEOM/image94.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image95.jpg b/doc/salome/gui/GEOM/image95.jpg deleted file mode 100755 index 12f6002c4..000000000 Binary files a/doc/salome/gui/GEOM/image95.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image96.jpg b/doc/salome/gui/GEOM/image96.jpg deleted file mode 100755 index 53006acd8..000000000 Binary files a/doc/salome/gui/GEOM/image96.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image97.jpg b/doc/salome/gui/GEOM/image97.jpg deleted file mode 100755 index b81765b7d..000000000 Binary files a/doc/salome/gui/GEOM/image97.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/image98.jpg b/doc/salome/gui/GEOM/image98.jpg deleted file mode 100755 index e5abf9dcd..000000000 Binary files a/doc/salome/gui/GEOM/image98.jpg and /dev/null differ diff --git a/doc/salome/gui/GEOM/isos.htm b/doc/salome/gui/GEOM/isos.htm index 15e54e35b..5ea93f71c 100755 --- a/doc/salome/gui/GEOM/isos.htm +++ b/doc/salome/gui/GEOM/isos.htm @@ -50,7 +50,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nManaging geometrical objects\nChanging Display Parameters\nIsolines"); + addTocInfo("GEOM module\nViewing geometrical objects\nIsolines"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/line.htm b/doc/salome/gui/GEOM/line.htm index a525ab79a..e9ce06631 100755 --- a/doc/salome/gui/GEOM/line.htm +++ b/doc/salome/gui/GEOM/line.htm @@ -14,7 +14,7 @@ if (navigator.appName !="Netscape") + + + + + + + + +

OCC 3D Viewer

+ +

OCC (Open CasCade) 3D viewer + has been developed on the basis of Open CASCADE Technology. This is the + default viewer for GEOM Module, providing good representation of construction + and transformation of geometrical objects. Only this viewer allows to + work with groups and sub-shapes. This viewer can also work in MESH module, + however, it doesn't allow to visualize meshes.

+ +

 

+ +

The functionalities of OCC viewer are available via its Viewer Toolbar. + Buttons marked with small downward triangles have extended functionality + which can be accessed by locking on them with left mouse button.  

+ +

 

+ +

+ +

 

+ +
    + +
  • Dump + View - exports an object from the viewer in bmp, png, jpg or jpeg + image format.

  • + +
  • Show/Hide + Trihedron - shows or hides coordinate axes.

  • + +
  •  Fit all - allows + to select a point to be the center of a scene representing all displayed + objects in the visible area.

  • + +
  •   Fit area - resizes + the view to place in the visible area only the contents of a frame drawn + with pressed left mouse button.

  • + +
  • Zoom + -  allows + to zoom in and out.

  • + +
  • Panning + - if the represented objects are greater that the visible area and you + don't wish to use Fit all functionality, + click on this button and you'll be able to drag the scene to see its remote + parts.

  • + +
  • Global + panning - represents all displayed objects in the visible area. +

  • + +
  • Rotation + - allows to rotate the selected object using the mouse.

  • + +
  • These buttons orientate the scene + strictly about coordinate axes.

  • + +
  • Reset + - restores the default position (isometric) of objects in the scene.

  • + +
  • Memorise + view - saves the current position of objects in the scene

  • + +
  • Restore + view - restores the saved + position of objects in the scene

  • + +
  • Clone + view - opens a new duplicate scene.

  • + +
  • Clipping + - allows to create cross-section views (clipping planes) of geometrical + objects.

  • +
+ +

 

+ +

+ +

 

+ +
    + +
  • Base + point - allows to define the coordinates of the base point for + the clipping plane. Click

  • + +
  • Reset + - returns the base point to coordinate origin.

  • + +
  • Direction + - allows to define the orientation of the clipping plane.

  • + +
  • Invert + - allows to select which part of the object will be removed and which + will remain after clipping.

  • + +
  • Preview + - allows to see the results of clipping in the viewer.

  • +
+ +

 

+ + + + diff --git a/doc/salome/gui/GEOM/pics/clipping.png b/doc/salome/gui/GEOM/pics/clipping.png new file mode 100755 index 000000000..6d738558e Binary files /dev/null and b/doc/salome/gui/GEOM/pics/clipping.png differ diff --git a/doc/salome/gui/GEOM/pics/creategroup.png b/doc/salome/gui/GEOM/pics/creategroup.png deleted file mode 100755 index 85c6bc550..000000000 Binary files a/doc/salome/gui/GEOM/pics/creategroup.png and /dev/null differ diff --git a/doc/salome/gui/GEOM/pics/export.png b/doc/salome/gui/GEOM/pics/export.png deleted file mode 100755 index 7e441f93a..000000000 Binary files a/doc/salome/gui/GEOM/pics/export.png and /dev/null differ diff --git a/doc/salome/gui/GEOM/pics/geomcreategroup.png b/doc/salome/gui/GEOM/pics/geomcreategroup.png new file mode 100755 index 000000000..f51ab22fd Binary files /dev/null and b/doc/salome/gui/GEOM/pics/geomcreategroup.png differ diff --git a/doc/salome/gui/GEOM/pics/geomexport.png b/doc/salome/gui/GEOM/pics/geomexport.png new file mode 100755 index 000000000..c37713941 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/geomexport.png differ diff --git a/doc/salome/gui/GEOM/pics/geomimport.png b/doc/salome/gui/GEOM/pics/geomimport.png new file mode 100755 index 000000000..516a819bd Binary files /dev/null and b/doc/salome/gui/GEOM/pics/geomimport.png differ diff --git a/doc/salome/gui/GEOM/pics/image100.gif b/doc/salome/gui/GEOM/pics/image100.gif new file mode 100755 index 000000000..c44d68ffc Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image100.gif differ diff --git a/doc/salome/gui/GEOM/pics/image102.gif b/doc/salome/gui/GEOM/pics/image102.gif new file mode 100755 index 000000000..3507814ba Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image102.gif differ diff --git a/doc/salome/gui/GEOM/pics/image103.gif b/doc/salome/gui/GEOM/pics/image103.gif new file mode 100755 index 000000000..be534c39e Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image103.gif differ diff --git a/doc/salome/gui/GEOM/pics/image105.gif b/doc/salome/gui/GEOM/pics/image105.gif new file mode 100755 index 000000000..4f6173f82 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image105.gif differ diff --git a/doc/salome/gui/GEOM/pics/image106.gif b/doc/salome/gui/GEOM/pics/image106.gif new file mode 100755 index 000000000..2bbcb4d94 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image106.gif differ diff --git a/doc/salome/gui/GEOM/pics/image77.gif b/doc/salome/gui/GEOM/pics/image77.gif new file mode 100755 index 000000000..ef7a62f32 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image77.gif differ diff --git a/doc/salome/gui/GEOM/pics/image86.gif b/doc/salome/gui/GEOM/pics/image86.gif new file mode 100755 index 000000000..339733193 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image86.gif differ diff --git a/doc/salome/gui/GEOM/pics/image88.gif b/doc/salome/gui/GEOM/pics/image88.gif new file mode 100755 index 000000000..9466aa6ce Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image88.gif differ diff --git a/doc/salome/gui/GEOM/pics/image89.gif b/doc/salome/gui/GEOM/pics/image89.gif new file mode 100755 index 000000000..373a6c026 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image89.gif differ diff --git a/doc/salome/gui/GEOM/pics/image91.gif b/doc/salome/gui/GEOM/pics/image91.gif new file mode 100755 index 000000000..9e93c1c72 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image91.gif differ diff --git a/doc/salome/gui/GEOM/pics/image95.gif b/doc/salome/gui/GEOM/pics/image95.gif new file mode 100755 index 000000000..b734add22 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image95.gif differ diff --git a/doc/salome/gui/GEOM/pics/image96.gif b/doc/salome/gui/GEOM/pics/image96.gif new file mode 100755 index 000000000..4580d5b5c Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image96.gif differ diff --git a/doc/salome/gui/GEOM/pics/image97.gif b/doc/salome/gui/GEOM/pics/image97.gif new file mode 100755 index 000000000..1d78de1bc Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image97.gif differ diff --git a/doc/salome/gui/GEOM/pics/image98.gif b/doc/salome/gui/GEOM/pics/image98.gif new file mode 100755 index 000000000..6519dbb67 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image98.gif differ diff --git a/doc/salome/gui/GEOM/pics/image99.gif b/doc/salome/gui/GEOM/pics/image99.gif new file mode 100755 index 000000000..3711be813 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/image99.gif differ diff --git a/doc/salome/gui/GEOM/pics/import.png b/doc/salome/gui/GEOM/pics/import.png deleted file mode 100755 index 8039e55a3..000000000 Binary files a/doc/salome/gui/GEOM/pics/import.png and /dev/null differ diff --git a/doc/salome/gui/GEOM/pipe_creation.htm b/doc/salome/gui/GEOM/pipe_creation.htm index 94ae244f7..adcff1be6 100755 --- a/doc/salome/gui/GEOM/pipe_creation.htm +++ b/doc/salome/gui/GEOM/pipe_creation.htm @@ -51,7 +51,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nGeneration of Complex Objects\nPipe"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Complex Objects\nPipe"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/plane.htm b/doc/salome/gui/GEOM/plane.htm index 776c520f2..69d5e5670 100755 --- a/doc/salome/gui/GEOM/plane.htm +++ b/doc/salome/gui/GEOM/plane.htm @@ -60,7 +60,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nPlane"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Basic Geometric Objects\nPlane"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } @@ -130,8 +130,8 @@ else Point2, Point3, TrimSize)

Arguments: - Name + 3 points + 1 value (to define - the size of the plane).

+
Name + 3 vertices + 1 value (to + define the size of the plane).

 

diff --git a/doc/salome/gui/GEOM/point.htm b/doc/salome/gui/GEOM/point.htm index 87bd221ae..6ddca3848 100755 --- a/doc/salome/gui/GEOM/point.htm +++ b/doc/salome/gui/GEOM/point.htm @@ -69,7 +69,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nPoint"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Basic Geometric Objects\nPoint"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/primitives.htm b/doc/salome/gui/GEOM/primitives.htm index 5fc9c0a8b..8630fc544 100755 --- a/doc/salome/gui/GEOM/primitives.htm +++ b/doc/salome/gui/GEOM/primitives.htm @@ -46,7 +46,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nPrimitives"); + addTocInfo("GEOM module\nTUI Scripts\nCreating Geometric Objects\nPrimitives"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/repairing_operations.htm b/doc/salome/gui/GEOM/repairing_operations.htm index 9aa4cb0f5..fe9c50bbc 100755 --- a/doc/salome/gui/GEOM/repairing_operations.htm +++ b/doc/salome/gui/GEOM/repairing_operations.htm @@ -625,8 +625,6 @@ else

box1 = geompy.MakeBox(0,0,0,100,50,100)

-

box2 =

-

geompy.MakeBox(100,0,0,250,50,100)

 

@@ -778,8 +776,8 @@ else

# import from *.brep

-

ImportBREP = geompy.ImportBREP("ImportBREP - = geompy.ImportBREP(os.getenv("DATA_DIR")+"/Shapes/Brep/flight_solid.brep")

+

ImportBREP = geompy.ImportBREP("os.getenv("DATA_DIR")+"/Shapes/Brep/flight_solid.brep")

 

diff --git a/doc/salome/gui/GEOM/revolution.htm b/doc/salome/gui/GEOM/revolution.htm index f19dcf81a..272dcae0d 100755 --- a/doc/salome/gui/GEOM/revolution.htm +++ b/doc/salome/gui/GEOM/revolution.htm @@ -62,7 +62,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nGeneration of Complex Objects\nRevolution"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Complex Objects\nRevolution"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/shape_processing.htm b/doc/salome/gui/GEOM/shape_processing.htm index ba0c19f7f..be0743dea 100755 --- a/doc/salome/gui/GEOM/shape_processing.htm +++ b/doc/salome/gui/GEOM/shape_processing.htm @@ -16,24 +16,41 @@ if (navigator.appName !="Netscape") - + - - - - - -

1 - -

SplitAngle – - this operator is intended for splitting faces based on conical surfaces, - surfaces of revolution and cylindrical surfaces by angle

-

SplitAngle.Angle – angle (in radians) defining - size of result segments.

-

SplitAngle.MaxTolerance – maximal possible - tolerance on result shape - - - -

2 - -

SplitClosedFaces - – this operator is intended for dividing all closed faces in the shape - according to the number of points.

-

SplitClosedFaces.NbSplitPoints – number of - points for cutting each closed faces. - - - -

3 - -

FixFaceSize - – this operator is intended for removing small faces (case of the spot - face and strip face)

-

FixFaceSize.Tolerance – work tolerance defining - which faces will be removed. - - - -

4 - -

DropSmallEdges - – this operator is intended for removing small edges or merging with neigbour. -  

-

DropSmallEdges.Tolerance3d – work tolerance - for detection and removing small edges. - - - -

5 - -

BsplineRestriction - –this operator is intended for re-approximation BSplines curves and surfaces - or conversion of the curves and surfaces to BSplines with specified parameters. -

-

BSplineRestriction.SurfaceMode - mode of approximation - of surfaces if restriction is necessary

-

BSplineRestriction.Curve3dMode -mode of conversion - of any 3D curve to BSpline and approximation.

-

BSplineRestriction.Curve2dMode - mode of conversion - of any 2D curve to BSpline and approximation

-

BSplineRestriction.Tolerance3d – work tolerance - for definition of the possibility of the approximation of the surfaces - and 3D curves with specified parameters.

-

BSplineRestriction.Tolerance2d - work tolerance - for definition of the possibility of the approximation of the 2D curves - with specified parameters.

-

BSplineRestriction.Continuity3d – desired continuity - of the resultant surfaces and 3D curves.

-

BSplineRestriction.Continuity2d – desired continuity - of the resultant 2D curves.

-

BSplineRestriction.RequiredDegree - required - degree of the resultant BSplines

-

BSplineRestriction.RequiredNbSegments - required - maximum number of segments of resultant BSplines. - - - -

6 - -

SplitContinuity - – this operator is intended for splitting shapes to achieve continuities - of curves and surfaces less than specified ones.

-

SplitContinuity.Tolerance3d - 3D tolerance - for correction of geometry.

-

SplitContinuity.SurfaceContinuity - required - continuity for surfaces.

-

SplitContinuity.CurveContinuity - required - continuity for curves. - - - -

7 - -

ToBezier - this - operator is intended for conversion of the curves and surfaces of the - all types into Bezier curves and surfaces.

-

ToBezier.SurfaceMode - mode of conversion of - the surfaces.

-

ToBezier.Curve3dMode – mode for conversion - of the 3D curves.

-

ToBezier.Curve2dMode – mode for conversion - of the 2D curves.

-

ToBezier.MaxTolerance – max possible tolerance - on the resultant shape. - - - -

8 - -

FixShape – this - operator is intended for correction of the invalid shapes

-

FixShape.Tolerance3d – work tolerance for detection - of the problems and correction of them.

-

FixShape.MaxTolerance3d - maximal possible - tolerance of the shape after correction. - - - -

9 - -

SameParameter - – this operator is intended for fixing edges having not same parameter - 2D and 3D curves.

-

SameParameter.Tolerance3d – tolerance for detection - and fix problems. - - +

+ +

 

+ +

Operators and Parameters (TUI names are given in brackets)

 

+
    + +
  • Fix + Shape (FixShape) - corrects invalid shapes.

  • + +
  • 3D Tolerance (FixShape.Tolerance3d) + - work tolerance for detection of the problems and correction of them.

  • + +
  • Max 3D Tolerance (FixShape.MaxTolerance3d) +  - maximal + possible tolerance of the shape after correction.

  • + +
  • Fix Face Size (FixFaceSize) - removes + small faces, such as spots and strips.

  • + +
  • Tolerance (FixFaceSize.Tolerance) - + defines minimum possible face size.

  • + +
  • Drop Small Edges (DropSmallEdges) - + removes edges, which merge with neighbouring edges.

  • + +
  • 3D Tolerance (DropSmallEdges.Tolerance3d) + - defines minimum possible distance between two parallel edges.

  • + +
  • Split Angle (SplitAngle) - splits faces + based on conical surfaces, surfaces of revolution and cylindrical surfaces + in segments using a certain angle .  

  • + +
  • Angle (SplitAngle.Angle) - the central + angle of the resulting segments (i.e. we obtain two segments if Angle=180, + four if Angle=90, etc).

  • + +
  • Max. Tolerance (SplitAngle.MaxTolerance) + - maximum possible tolerance among the resulting segments.

  • + +
  • Split Closed Faces + (SplitClosedFaces) - splits + closed faces in segments. The number of segments depends on the number + of splitting points.

  • + +
  • Number of splitting points (SplitClosedFaces.NbSplitPoints) + - the number of splitting points.

  • + +
  • Split Continuity (SplitContinuity) - splits shapes to reduce + continuities of curves and surfaces.

  • + +
  • 3D Tolerance + (SplitContinuity.Tolerance3d) - 3D tolerance for correction of geometry.

  • + +
  • Surface Continuity (SplitContinuity.SurfaceContinuity) - required + continuity for surfaces.

  • + +
  • Curve Continuity (SplitContinuity.CurveContinuity) + - required continuity for curves.

  • +
+ +

This and the previous parameters can + take the following values:

+ +

Parametric Continuity +

+ +

C0 + (Positional Continuity): curves are joined (the end positions of curves + or surfaces are coincidental. The curves or surfaces may still meet at + an angle, giving rise to a sharp corner or edge).

+ +

C1 + (Tangential Continuity): first derivatives are equal (the end vectors + of curves or surfaces are parallel, ruling out sharp edges).

+ +

C2 + (Curvature Continuity): first and second derivatives are equal (the end + vectors of curves or surfaces are of the same magnitude).

+ +

CN + N-th derivatives are equal (both the direction and the magnitude of the + Nth derivatives of curves or surfaces (d/du C(u)) are the same at junction.

+ +

Geometric Continuity

+ +

G1: + first derivatives are proportional at junction

+ +

The curve tangents thus have the same + direction, but not necessarily the same magnitude. i.e., C1'(1) = (a,b,c) + and C2'(0) = (k*a, k*b, k*c).

+ +

G2: + first and second derivatives are proportional at junction

+ +

As the names imply, geometric continuity + requires the geometry to be continuous, while parametric continuity requires + that the underlying parameterization was continuous as well.

+ +

Parametric continuity of order n implies + geometric continuity of order n, but not vice-versa.

+ +
    + +
  • Bspline + Restriction (BsplineRestriction) - converts curves and surfaces + to Bsplines and processes them with the following parameters:

  • + +
  • Surface Mode + (BSplineRestriction.SurfaceMode) - approximation of surfaces if restriction + is necessary.

  • + +
  • 3D Curve Mode (BSplineRestriction.Curve3dMode) - conversion + of any 3D curve to BSpline and approximation.

  • + +
  • 2D Curve Mode (BSplineRestriction.Curve2dMode) - + conversion of any 2D curve to BSpline + and approximation.

  • + +
  • 3D + Tolerance (BSplineRestriction.Tolerance3d) - defines the possibility + of surfaces and 3D curves approximation with the specified parameters.

  • + +
  • 2D + Tolerance (BSplineRestriction.Tolerance2d) - defines the possibility + of surfaces and 2D curves approximation with the specified parameters.

  • + +
  • Required + Degree (BSplineRestriction.RequiredDegree) - required degree of + the resulting BSplines.

  • + +
  • Required + number of segments (BSplineRestriction.RequiredNbSegments) - required + maximum number of segments of resultant BSplines

  • + +
  • 3D + Continuity (BSplineRestriction.Continuity3d) - continuity of the + resulting surfaces and 3D curves.

  • + +
  • 2D + Continuity (BSplineRestriction.Continuity2d) - continuity of the + resulting 2D curves.

  • + +
  • To Bezier (ToBezier) - converts curves + and surfaces of any type to Bezier curves and surfaces.

  • + +
  • Surface Mode + (ToBezier.SurfaceMode) - if checked in, allows conversion of surfaces.

  • + +
  • 3D Curve Mode (ToBezier.Curve3dMode) - if checked in, allows + conversion of 2D curves.

  • + +
  • 2D Curve Mode (ToBezier.Curve2dMode) - if checked in, allows + conversion of 3D curves.

  • + +
  • Max Tolerance (ToBezier.MaxTolerance) - defines + tolerance for detection and correction + of problems.

  • + +
  • Same Parameter (SameParameter) –  fixes + edges of 2D and 3D curves not having the same parameter.

  • + +
  • 3D Tolerance (SameParameter.Tolerance3d) + – defines tolerance for fixing + of edges.

  • +
+

 

Dialog Box:

 

-

 

+

+ +

 

 

@@ -272,20 +351,20 @@ if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))

 

-

   

+

   

-

 

+

 

-

The +

The same shape after applying Shape Processing.

-

 

+

 

-

+

-

 

+

 

-

Our +

Our TUI Scripts provide you with useful examples of the use of Repairing Operations.

diff --git a/doc/salome/gui/GEOM/shell.htm b/doc/salome/gui/GEOM/shell.htm index df6d6ee37..4fbc1cb56 100755 --- a/doc/salome/gui/GEOM/shell.htm +++ b/doc/salome/gui/GEOM/shell.htm @@ -50,7 +50,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nShell"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nShell"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/sketcher_tui.htm b/doc/salome/gui/GEOM/sketcher_tui.htm index f191ae610..9bdb3123c 100755 --- a/doc/salome/gui/GEOM/sketcher_tui.htm +++ b/doc/salome/gui/GEOM/sketcher_tui.htm @@ -47,7 +47,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nTUI Scripts\nCreation of Geometric Objects\nSketcher"); + addTocInfo("GEOM module\nTUI Scripts\nCreating Geometric Objects\nSketcher"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/solid.htm b/doc/salome/gui/GEOM/solid.htm index f8f08688e..edf712c7b 100755 --- a/doc/salome/gui/GEOM/solid.htm +++ b/doc/salome/gui/GEOM/solid.htm @@ -63,7 +63,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nSolid"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nSolid"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/sphere.htm b/doc/salome/gui/GEOM/sphere.htm index b5352be3d..931f33987 100755 --- a/doc/salome/gui/GEOM/sphere.htm +++ b/doc/salome/gui/GEOM/sphere.htm @@ -52,7 +52,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Primitives\nSphere"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Primitives\nSphere"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/translation.htm b/doc/salome/gui/GEOM/translation.htm index 83cc3bfff..9afa4715f 100755 --- a/doc/salome/gui/GEOM/translation.htm +++ b/doc/salome/gui/GEOM/translation.htm @@ -17,9 +17,9 @@ if (navigator.appName !="Netscape") img_whs1 { width:20px; height:20px; border-style:none; } p.whs2 { font-size:12pt; } p.whs3 { font-size:12pt; font-weight:bold; } -img_whs4 { border:none; width:312px; height:393px; float:none; border-style:none; } -img_whs5 { border:none; width:312px; height:385px; float:none; border-style:none; } -p.whs6 { font-size:12pt; margin-left:40px; } +p.whs4 { font-size:12pt; margin-left:40px; } +img_whs5 { border:none; width:312px; height:393px; float:none; border-style:none; } +img_whs6 { border:none; width:312px; height:385px; float:none; border-style:none; } p.whs7 { margin-left:40px; } img_whs8 { border:none; width:331px; height:334px; float:none; border-style:none; } img_whs9 { border:none; width:320px; height:333px; float:none; border-style:none; } @@ -124,7 +124,7 @@ else

 

-

+

 

@@ -140,7 +140,7 @@ else

 

-

+

 

@@ -155,11 +155,11 @@ else

 

-

+

-

    

+

    

-

 

+

 

Example:

diff --git a/doc/salome/gui/GEOM/transparency.htm b/doc/salome/gui/GEOM/transparency.htm index d4db4339d..e8beedb2f 100755 --- a/doc/salome/gui/GEOM/transparency.htm +++ b/doc/salome/gui/GEOM/transparency.htm @@ -52,7 +52,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nManaging geometrical objects\nChanging Display Parameters\nTransparency"); + addTocInfo("GEOM module\nViewing geometrical objects\nTransparency"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/turus.htm b/doc/salome/gui/GEOM/turus.htm index b40aa5cc5..710c88b8e 100755 --- a/doc/salome/gui/GEOM/turus.htm +++ b/doc/salome/gui/GEOM/turus.htm @@ -51,7 +51,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Primitives\nTorus"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Primitives\nTorus"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/vector.htm b/doc/salome/gui/GEOM/vector.htm index 54eebb5f9..c71bd2b24 100755 --- a/doc/salome/gui/GEOM/vector.htm +++ b/doc/salome/gui/GEOM/vector.htm @@ -52,7 +52,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nVector"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Basic Geometric Objects\nVector"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/viewing_geometrical_objects.htm b/doc/salome/gui/GEOM/viewing_geometrical_objects.htm new file mode 100755 index 000000000..58affb729 --- /dev/null +++ b/doc/salome/gui/GEOM/viewing_geometrical_objects.htm @@ -0,0 +1,150 @@ + + + + + +Viewing Geometrical Objects + + + + + + + + + + + +

Viewing Geometrical Objects

+ +

Newly created geometrical objects are automatically displayed in the + OCC 3D Viewer. +

+ +

 

+ +

After the object has appeared in the Viewer, you can select it with + left mouse click to change its presentation parameters and access to other + useful options by right-clicking on the selected object.

+ +

 

+ +

+ +

 

+ +
    + +
  • Rename - allows + to change the name of the geometric object. +

  • + +
  • Display + Mode - allows to select between + Wireframe and Shading presentation.

  • + +
  • Color + - allows to change the filling color in the standard + Select Color menu.

  • + +
  • Transparency - allows to change the + transparency of mesh elements.

  • + +
  • Isos + - allows to change the number of isolines + displayed within a shape.

  • + +
  • Erase - allows to hide the selected mesh from the + viewer. TUI Command : sg.EraseOnly(ID)

  • + +
  • Erase all  - + allows to hide all objects from the viewer. TUI Command: sg.EraseAll()

  • + +
  • Display Only -allows to display only the selected + mesh, hiding all other from the viewer. TUI Command: sg.DisplayOnly(ID)

  • + +
  • Update + - refreshes the presentation of your mesh in the Object Browser, applying + all recent changes.

  • + +
  • Dump view + - exports an object from the viewer in bmp, png, jpg or jpeg image format. +

  • + +
  • Change background + - allows to redefine the background color. By default it is black.  

  • +
+ +

 

+ + + + diff --git a/doc/salome/gui/GEOM/whdata/whftdata0.htm b/doc/salome/gui/GEOM/whdata/whftdata0.htm index 99cbf9136..6a841360e 100755 --- a/doc/salome/gui/GEOM/whdata/whftdata0.htm +++ b/doc/salome/gui/GEOM/whdata/whftdata0.htm @@ -17,14 +17,12 @@ aTE("Arc","arc.htm"); aTE("Archimede","archimede.htm"); aTE("Basic Geometrical Objects","basic_geometrical_objects.htm"); aTE("Basic Operations","basic_operations.htm"); -aTE("Building of blocks","blocks.htm"); aTE("Blocks Operations","blocks_operations.htm"); aTE("Boolean Operations","boolean_operations.htm"); aTE("Box","box.htm"); aTE("Building by Blocks","building_by_blocks.htm"); aTE("Chamfer","chamfer.htm"); aTE("Changing Display Parameters","changing_display_parameters.htm"); -aTE("Changing displaying parameters","changing_displaying_parameters.htm"); aTE("Check Free Boundaries","check_free_boundaries.htm"); aTE("Check Free Faces","check_free_faces.htm"); aTE("Circle","circle.htm"); @@ -44,17 +42,9 @@ aTE("Explode on Blocks","explode_on_blocks.htm"); aTE("Extrusion","extrusion.htm"); aTE("Face","face.htm"); aTE("Introduction to GEOM","files/introduction_to_geom.htm"); -aTE("Titre","files/salome2_sp3_basicgui_functions.htm"); aTE("Titre","files/salome2_sp3_booleangui_functions.htm"); -aTE("Titre","files/salome2_sp3_buildgui_functions.htm"); -aTE("Titre","files/salome2_sp3_displaygui_functions.htm"); -aTE("Titre","files/salome2_sp3_generationgui_functions.htm"); aTE("Titre","files/salome2_sp3_geomtoolsgui_functions.htm"); aTE("Titre","files/salome2_sp3_measuregui_functions.htm"); -aTE("Titre","files/salome2_sp3_operationgui_functions.htm"); -aTE("Titre","files/salome2_sp3_primitivegui_functions.htm"); -aTE("Titre","files/salome2_sp3_repairgui_functions.htm"); -aTE("Titre","files/salome2_sp3_transformationgui_functions.htm"); aTE("Fillet","fillet.htm"); aTE("Filling","filling.htm"); aTE("Fuse","fuse.htm"); @@ -71,6 +61,7 @@ aTE("Multi Rotation","multi_rotation.htm"); aTE("Multi Transformation","multi_transformation.htm"); aTE("Multi Translation","multi_translation.htm"); aTE("Blocks","newentity_blocks.htm"); +aTE("OCC_Viewer","occ_viewer.htm"); aTE("Offset Surface","offset_surface.htm"); aTE("Partition","partition.htm"); aTE("Pipe Creation","pipe_creation.htm"); @@ -98,6 +89,7 @@ aTE("Translation","translation.htm"); aTE("Transparency","transparency.htm"); aTE("Turus","turus.htm"); aTE("Vector","vector.htm"); +aTE("Viewing Geometrical Objects","viewing_geometrical_objects.htm"); aTE("Wire","wire.htm"); aTE("Wireframe and Shading","wireframe_and_shading.htm"); aTE("Working Plane","working_plane.htm"); diff --git a/doc/salome/gui/GEOM/whdata/whfts.htm b/doc/salome/gui/GEOM/whdata/whfts.htm index 9dfa2144d..566155d9a 100755 --- a/doc/salome/gui/GEOM/whdata/whfts.htm +++ b/doc/salome/gui/GEOM/whdata/whfts.htm @@ -8,9 +8,9 @@ diff --git a/doc/salome/gui/GEOM/whdata/whfwdata0.htm b/doc/salome/gui/GEOM/whdata/whfwdata0.htm index f3f18a8fd..8799d6fc3 100755 --- a/doc/salome/gui/GEOM/whdata/whfwdata0.htm +++ b/doc/salome/gui/GEOM/whdata/whfwdata0.htm @@ -12,1280 +12,1340 @@ diff --git a/doc/salome/gui/GEOM/whdata/whtdata0.htm b/doc/salome/gui/GEOM/whdata/whtdata0.htm index ff33c3846..91b2d443f 100755 --- a/doc/salome/gui/GEOM/whdata/whtdata0.htm +++ b/doc/salome/gui/GEOM/whdata/whtdata0.htm @@ -11,15 +11,8 @@ aTE(1,97,"GEOM module"); aTE(2,0,"Introduction to GEOM","files/introduction_to_geom.htm"); aTE(2,0,"Importing/exporting geometrical objects","files/salome2_sp3_geomtoolsgui_functions.htm"); - aTE(1,6,"Managing geometrical objects"); - aTE(2,0,"Displaying/hiding objects","files/salome2_sp3_displaygui_functions.htm"); - aTE(1,4,"Changing Display Parameters"); - aTE(2,0,"Display Mode","wireframe_and_shading.htm"); - aTE(2,0,"Color","color.htm"); - aTE(2,0,"Transparency","transparency.htm"); - aTE(2,0,"Isolines","isos.htm"); aTE(1,33,"Creating geometrical objects"); - aTE(1,10,"Creation of Basic Geometric Objects"); + aTE(1,10,"Creating Basic Geometric Objects"); aTE(2,0,"Point","point.htm"); aTE(2,0,"Line","line.htm"); aTE(2,0,"Circle","circle.htm"); @@ -30,13 +23,13 @@ aTE(2,0,"Plane","plane.htm"); aTE(2,0,"Working Plane","working_plane.htm"); aTE(2,0,"Local Coordinate System","local_coordinate_system.htm"); - aTE(1,5,"Creation of Primitives"); + aTE(1,5,"Creating Primitives"); aTE(2,0,"Box","box.htm"); aTE(2,0,"Cylinder","cylinder.htm"); aTE(2,0,"Sphere","sphere.htm"); aTE(2,0,"Torus","turus.htm"); aTE(2,0,"Cone","cone.htm"); - aTE(1,4,"Generation of Complex Objects"); + aTE(1,4,"Creating Complex Objects"); aTE(2,0,"Extrusion","extrusion.htm"); aTE(2,0,"Revolution","revolution.htm"); aTE(2,0,"Filling","filling.htm"); @@ -44,7 +37,7 @@ aTE(2,0,"Working with groups","working_with_groups.htm"); aTE(2,0,"Building by blocks","newentity_blocks.htm"); aTE(2,0,"Sketcher","sketcher.htm"); - aTE(1,7,"Creation of Advanced Geometrical Objects"); + aTE(1,7,"Creating Advanced Geometrical Objects"); aTE(2,0,"Explode","explode.htm"); aTE(2,0,"Edge","edge.htm"); aTE(2,0,"Wire","wire.htm"); @@ -52,6 +45,13 @@ aTE(2,0,"Shell","shell.htm"); aTE(2,0,"Solid","solid.htm"); aTE(2,0,"Compound","compound.htm"); + aTE(1,6,"Viewing geometrical objects"); + aTE(2,0,"Viewing Geometrical Objects","viewing_geometrical_objects.htm"); + aTE(2,0,"OCC 3D Viewer","occ_viewer.htm"); + aTE(2,0,"Display Mode","wireframe_and_shading.htm"); + aTE(2,0,"Color","color.htm"); + aTE(2,0,"Transparency","transparency.htm"); + aTE(2,0,"Isolines","isos.htm"); aTE(1,35,"Transforming geometrical objects"); aTE(1,2,"Basic Operations"); aTE(2,0,"Partition","partition.htm"); @@ -90,8 +90,8 @@ aTE(2,0,"Check Free Faces","check_free_faces.htm"); aTE(2,0,"Using measurement tools","files/salome2_sp3_measuregui_functions.htm"); aTE(1,16,"TUI Scripts"); - aTE(2,0,"Changing Display Parameters","changing_display_parameters.htm"); - aTE(1,7,"Creation of Geometric Objects"); + aTE(2,0,"Viewing Geometrical Objects","changing_display_parameters.htm"); + aTE(1,7,"Creating Geometric Objects"); aTE(2,0,"Basic Geometrical Objects","basic_geometrical_objects.htm"); aTE(2,0,"Primitives","primitives.htm"); aTE(2,0,"Complex Objects","complex_objects.htm"); diff --git a/doc/salome/gui/GEOM/whgdata/whlstf0.htm b/doc/salome/gui/GEOM/whgdata/whlstf0.htm index 0b69fb423..22b0c56b3 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf0.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf0.htm @@ -34,11 +34,11 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

-100x30x100
1d 1 2 3 4
1e 1 2
1st 1 2 3 4 5
2d 1 2 3 4 5 6 7 8 9 10 11
2nd 1 2 3 4 5
2st
3d 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
3rd 1 2
3st
+100x30x100
1d 1 2
1e 1 2
2d 1 2 3 4 5 6
3d 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


-able
above
absolute
absolutely
accessible 1 2 3 4 5 6 7
accordance 1 2 3
according 1 2 3 4
achieve 1 2
add 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
added 1 2 3
adding 1 2
addobject 1 2
addtostudy 1 2 3 4 5 6 7 8 9 10 11 12 13
addtostudyinfather 1 2
adjustment
advance 1 2 3
advanced 1 2 3 4 5 6 7 8 9
aimed
algorithm 1 2 3 4 5
algorithms 1 2 3 4 5 6 7 8 9 10 11 12
all_faces
allowing
allows 1 2 3 4 5 6 7 8 9 10 11 12 13
along 1 2 3 4 5 6 7 8 9 10
alongside
already
angle 1 2 3 4 5 6 7 8 9 10
another 1 2 3 4 5 6
any 1 2 3 4 5 6 7
appear
append 1 2
applicable 1 2
applied 1 2
apply 1 2 3 4 5
applying 1 2
approximation 1 2
arc 1 2 3 4 5 6 7 8 9
arc1
arc2
archimede 1 2 3
arcs 1 2
area
argument 1 2 3
arguments 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
around 1 2 3 4
associated
attributes
automatically 1 2 3
available 1 2 3 4 5 6 7 8 9 10 11
axes 1 2 3 4
axis 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
+able 1 2
absolute
absolutely
access
accessed
accessible 1 2 3 4 5 6
accordance 1 2
according
add 1 2 3 4 5 6 7 8 9 10 11 12 13 14
added 1 2
adding 1 2
addobject 1 2
addtostudy 1 2 3 4 5 6 7 8 9 10 11 12 13
addtostudyinfather 1 2
advance 1 2 3
advanced 1 2 3 4 5 6 7
algorithm 1 2 3 4
algorithms 1 2 3 4 5 6 7 8 9 10 11 12
all_faces
allow
allows 1 2 3 4 5 6 7 8 9 10 11 12 13 14
along 1 2 3 4 5 6 7 8
alongside
already
although
angle 1 2 3 4 5 6 7
another 1 2 3 4 5 6
any 1 2 3 4 5
appear
appeared
append 1 2
applicable
applied 1 2
apply 1 2 3
applying 1 2
approximation
arc 1 2 3 4 5 6 7 8
arc1
arc2
archimede 1 2
arcs 1 2
area 1 2
argument 1 2 3
arguments 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
around 1 2 3
automatically 1 2 3
available 1 2 3 4 5 6 7 8 9 10
axes 1 2 3 4
axis 1 2 3 4 5 6 7 8 9 10 11 12


-b 1 2 3
base 1 2 3 4 5 6 7 8 9 10
based 1 2
baseshape 1 2
basic 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
basicproperties 1 2
basing 1 2 3
basis 1 2


>> +b 1 2 3
background
base 1 2 3 4 5 6 7 8 9
based
baseshape
basic 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
basicproperties 1 2
basing 1 2
basis 1 2
bb
before 1 2 3
beginning
being
belongs
below
besier
bezier 1 2 3
black
block 1 2 3 4 5
blocks 1 2 3 4 5 6 7 8 9
bmp 1 2
boolean 1 2 3 4 5 6 7 8
both 1 2 3 4
boudaries
boundaries 1 2 3 4
boundary 1 2 3
bounded 1 2
bounding 1 2
boundingbox 1 2
box 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
box_tr1
box_tr2
box1 1 2 3
box2 1 2 3
box3
boxes 1 2 3


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf1.htm b/doc/salome/gui/GEOM/whgdata/whlstf1.htm index 7d9153cc5..2ad67c08f 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf1.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf1.htm @@ -33,9 +33,9 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-bb
before 1 2 3 4
beginning
being
belongs
below 1 2
besier
bezier 1 2 3 4 5
big
block 1 2 3 4 5 6
blocks 1 2 3 4 5 6 7 8 9 10 11
boolean 1 2 3 4 5 6 7 8 9
both 1 2 3 4
boudaries
boundaries 1 2 3 4 5
boundary 1 2 3 4
bounded 1 2
bounding 1 2
boundingbox 1 2
box 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
box_tr1
box_tr2
box1 1 2 3
box2 1 2 3
box3
boxes 1 2 3
breaks 1 2
brep 1 2 3
browser 1 2 3 4 5 6
bspline 1 2
bsplinerestriction 1 2
bsplines 1 2
build 1 2 3 4 5 6 7 8 9 10 11
building 1 2 3 4 5
builds 1 2 3 4
button 1 2 3 4 5 6 7
bypassing
+brackets
breaks
brep 1 2 3
browser 1 2 3 4
bspline
bsplinerestriction
bsplines
build 1 2 3 4 5 6 7 8 9
building 1 2 3
builds 1 2 3
button 1 2 3 4 5 6
buttons
bypassing


-c 1 2
cad
camera 1 2
case 1 2 3 4 5 6
cases
catia
center 1 2 3 4 5 6 7 8 9 10 11 12 13 14
centerofscale 1 2
centers
central 1 2 3 4
certain
chain
chamfer 1 2 3
chamfer_all
chamfer_e
chamfer_f
chamfer_f1
change 1 2 3 4 5
changing 1 2 3 4 5
check 1 2 3 4 5 6 7 8
check_box
checkandimprove
checkbox 1 2 3 4 5 6 7 8
checkcompoundofblocks 1 2
checked 1 2 3 4 5
checking 1 2 3 4 5
checks
checkshape 1 2 3
choices
choose 1 2 3 4 5
circle 1 2 3
circle1
circle2
circles 1 2
click 1 2 3 4 5
clicking 1 2
close 1 2 3 4
closecontour 1 2 3
closed 1 2 3 4 5 6
closedwires 1 2 3
closes 1 2 3
closure 1 2
cm
coincident 1 2
coincides
collinear 1 2
color 1 2 3 4
command 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
commands 1 2 3 4 5 6 7 8 9
common 1 2 3 4 5 6 7
complex 1 2 3 4 5 6 7 8 9
components 1 2 3 4 5 6 7
composed
composing
compound 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
compsolid 1 2 3 4
compsolids
compute 1 2
computed
concerning
conditions
cone 1 2 3 4
cone1
cone2
cones
confirm 1 2
conical 1 2
connected 1 2 3 4 5 6 7
connection
consequently
considered 1 2 3 4
console
constraints
construct
constructed 1 2 3
constructing
construction 1 2 3 4
constructor 1 2 3 4 5
contain 1 2
contained 1 2 3
contains 1 2 3
contents 1 2
continuities 1 2
continuity 1 2
continuity2d 1 2
continuity3d 1 2
contour 1 2 3
conversion 1 2
coordinate 1 2 3 4 5 6 7 8 9 10 11
coordinates 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
coords
copy 1 2 3 4 5
corners 1 2 3
correction 1 2
correspond 1 2 3
corresponding 1 2 3 4
correspondingly 1 2 3 4 5 6 7
count
coupled
covering


>> +c 1 2 3
c0
c1
c2
cad
camera
cascade
case 1 2 3
cases
catia
center 1 2 3 4 5 6 7 8 9 10 11 12
centerofscale
centers
central 1 2 3 4
certain 1 2
chain
chamfer 1 2
chamfer_all
chamfer_e
chamfer_f
chamfer_f1
change 1 2 3 4 5
changes
changing 1 2 3 4
check 1 2 3 4 5 6 7
check_box
checkandimprove
checkbox 1 2 3 4 5 6
checkcompoundofblocks 1 2
checked 1 2 3 4 5
checking 1 2 3
checks
checkshape 1 2 3
choices
choose 1 2 3
circle 1 2
circle1
circle2
circles 1 2
click 1 2 3 4 5
clicking 1 2 3
clipping
clone
close 1 2 3
closecontour 1 2
closed 1 2 3 4
closedwires 1 2
closes 1 2
closure
cm
cn
coincide
coincident
coincidental
coincides
collinear 1 2
color 1 2 3 4
command 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
commands 1 2 3 4 5 6 7 8 9
common 1 2 3 4 5 6
complex 1 2 3 4 5 6 7
components 1 2 3 4 5
composed
composing
compound 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
compsolid 1 2 3
compsolids
compute
computed
concerning
conditions
cone 1 2 3
cone1
cone2
cones
confirm 1 2
conical
connected 1 2 3 4 5
connection
consequently
considered 1 2 3
console
constraints
constructed 1 2
construction 1 2 3 4 5
contain
contained 1 2
contains 1 2
contents 1 2 3
continuities
continuity
continuity2d
continuity3d
continuous
contour 1 2
conversion
converts
coordinate 1 2 3 4 5 6 7 8 9 10
coordinates 1 2 3 4 5 6 7 8 9 10 11 12 13 14
coords
copy 1 2 3 4
corner
corners 1 2
correction
corrects
correspond 1 2
corresponding 1 2
correspondingly 1 2
count
coupled
covering


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf10.htm b/doc/salome/gui/GEOM/whgdata/whlstf10.htm index b63ce834b..3dda13c35 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf10.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf10.htm @@ -33,7 +33,9 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-parallel 1 2 3
parameter 1 2 3 4 5 6 7
parameters 1 2 3 4 5 6 7 8 9 10 11 12 13
paramter 1 2
part 1 2 3
partition 1 2 3
partition1
partition2
partition3
passed
passes 1 2 3 4 5
passing
path 1 2 3
pathshape 1 2
pattern
perform 1 2 3 4
performed 1 2
perpendicular
pi 1 2 3
picture
pipe 1 2 3
place
places
planar 1 2 3 4 5 6 7
plane 1 2 3 4 5 6 7 8 9 10 11 12
plane1
plane2
plane3
planes 1 2
platform
plug
plunged 1 2
point 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
point1 1 2 3 4 5 6 7 8 9 10 11 12
point2 1 2 3 4 5 6 7 8 9 10 11 12
point3 1 2 3 4 5 6
point4 1 2
point5
pointcoordinates 1 2
points 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
polyline 1 2 3
pop 1 2 3 4
position 1 2 3 4 5 6
possibilities
possibility 1 2
possible 1 2 3 4 5 6 7 8
precision 1 2 3
predefined
press
presses
presumes
preview
previous
primitive
primitives 1 2 3 4 5 6 7 8
print 1 2
printed
prism 1 2 3 4 5 6
prism_edges
prism_faces 1 2
prism1
prism2
prisms 1 2
problems 1 2
process
processed 1 2 3 4 5 6
processes 1 2
processing 1 2 3
processshape 1 2 3
produce 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
program
projection
projections
propagate 1 2 3
propagation 1 2 3
properties 1 2 3
props
provide 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
ps
put 1 2
px 1 2 3 4 5
pxy
pxyz 1 2 3


>> +right 1 2 3 4
rise
rot1d
rot2d
rotate 1 2 3
rotated 1 2 3
rotates 1 2
rotation 1 2 3 4 5
ruling
runtimeerror 1 2
+

+s 1 2 3 4 5 6 7 8 9 10 11
s1 1 2 3
s2 1 2 3
salome 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
same 1 2 3 4 5
sameparameter
satisfy
save
saved
saves
scale 1 2
scaled
scene
scripts 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
search
second 1 2 3 4 5 6 7 8
secondly 1 2 3 4 5 6 7 8 9 10 11 12 13
section 1 2 3 4 5
see 1 2 3
seems
segment
segments 1 2
select 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
selected 1 2 3 4 5 6 7 8 9 10
selecting 1 2 3
selection 1 2 3 4
sense
separate
serve
serving 1 2 3
set 1 2 3 4 5 6
setcolor 1 2
setdisplaymode 1 2 3 4 5 6 7 8 9 10 11 12 13
setting 1 2 3
settransparency 1 2 3 4 5
sew
sewed
sewing 1 2
sg 1 2 3 4
shading 1 2
shape 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
shape1 1 2
shape2 1 2
shapelistcompound
shapes 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
shapes_of_given_type
shapetype 1 2 3 4 5 6
shapetypeedge
shapetypeface
shared
sharp
shell 1 2 3 4 5 6 7 8
shells 1 2 3 4 5 6 7
shift 1 2 3
shifted
short 1 2
shortcut
should 1 2 3 4 5
show 1 2
shown
shows


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf11.htm b/doc/salome/gui/GEOM/whgdata/whlstf11.htm index 1bd733ccc..dde9472f6 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf11.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf11.htm @@ -33,13 +33,9 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-py 1 2 3 4 5
py1
python
pz 1 2 3 4 5 6
+side
signed
similar
simple 1 2 3
simply
single
six 1 2
size 1 2 3
sketch
sketcher 1 2 3
sketcher1 1 2
sketcher2 1 2
sketcher3
sketchers
skip
small 1 2
so 1 2
solid 1 2 3 4 5 6 7 8 9 10 11 12 13 14
solid1
solid2
solids 1 2 3
sorted
sorts
source
space 1 2 3 4 5 6
specific
specified 1 2 3 4 5 6 7 8 9 10 11
specify
specifying
sphere 1 2 3 4 5 6
sphere1
sphere2
sphere3
spheres
spline 1 2
split
splitangle
splitclosedfaces
splitcontinuity
splits 1 2
splitting
spots
sqrt
stage
standard 1 2
start 1 2 3 4
started
starting 1 2 3
step 1 2 3 4
step1
step2
still
strictly
string
strips
study 1 2 3 4 5 6 7 8 9 10 11
sub 1 2 3 4 5
sub_shape_id
subfacelist
submenu
subshape 1 2
subshapeall
subshapeallids
subshapeallsorted 1 2 3 4 5
subshapeallsortedids
subshapeid
subshapes 1 2
subshapesorted
subtraction
successfully
sup_faces
suppress 1 2 3 4
suppresses
suppressfaces 1 2
suppressholes 1 2
suppressinternalwires 1 2
surface 1 2 3 4 5 6 7
surfacecontinuity
surfacemode
surfaces
symmetric
symmetrical 1 2
symmetry
system 1 2 3 4 5 6 7
systems 1 2


-qface1
qface2
qface3
qface4
qface5
qface6
qface7
qface8
quadrangle 1 2 3 4 5
-

-r 1 2 3
radians 1 2
radio
radius 1 2 3 4 5 6 7 8 9 10 11 12 13 14
radius1 1 2 3 4 5 6
radius2 1 2 3
radius3
radiuses 1 2 3 4 5 6
radiusmajor 1 2 3 4
radiusminor 1 2 3 4
raise 1 2 3
range 1 2 3 4 5 6
re 1 2
reasonable
reconstruction 1 2
reference 1 2 3
regarding 1 2
relative
relatively
relevant 1 2
remain
remove 1 2 3 4 5 6
removed 1 2 3 4 5 6 7 8 9 10 11
removeobject 1 2
removes 1 2 3
removewebs 1 2
removing 1 2 3
repair 1 2 3 4 5 6 7 8 9 10 11
repairing 1 2 3 4 5 6 7 8 9 10 11 12 13
repetition 1 2 3
repetitions 1 2
representing 1 2
requested
required 1 2 3 4
requireddegree 1 2
requirednbsegments 1 2
res
respect 1 2 3
restriction 1 2
result 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
resultant 1 2
resulting 1 2 3 4 5 6 7
results 1 2 3 4 5 6
retrieved
retrieves 1 2
return
returned 1 2 3
returning
returns 1 2 3 4 5 6 7 8
reverse 1 2 3
revolution 1 2 3 4 5
right 1 2 3 4 5
rot1d
rot2d
rotate 1 2 3
rotated 1 2 3 4 5
rotates 1 2 3
rotation 1 2 3 4 5
runtimeerror 1 2
-

-s 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
s1 1 2 3
s2 1 2 3
salome 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
same 1 2 3 4 5 6
sameparameter 1 2
satisfy
save
scale 1 2 3
scaled 1 2
scripts 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60


>> +t 1 2 3 4 5
take
tangent
tangential
tangents
target 1 2
technology
tetrahedral
textual 1 2
th
theendlcs
them 1 2 3 4 5 6 7
theobject
therefore
theshape 1 2
thestartlcs
thetolerance
third
three 1 2 3 4 5 6 7 8 9 10 11 12 13
thus 1 2
time 1 2
times 1 2 3
tobezier
together
tol2d 1 2
tol3d 1 2
toler
tolerance 1 2 3 4 5 6 7
tolerance2d
tolerance3d 1 2
tolerances
tool
toolbar
tools 1 2
top_face
top_face_ind
torus 1 2
torus1
torus2
toruses
tr1d
tr2d
transform 1 2
transformate
transformation 1 2 3 4 5 6 7 8 9 10 11 12 13 14
transformations 1 2
transformed 1 2
transforms
translate 1 2
translated 1 2 3
translates 1 2
translation 1 2 3 4
translation1
translation2
translation3
translations 1 2 3
transparency 1 2 3
transparent 1 2
triangles
trihedron
trimsize 1 2 3
true 1 2 3 4 5
truncated
try


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf12.htm b/doc/salome/gui/GEOM/whgdata/whlstf12.htm index 52a23fe67..18dee3483 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf12.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf12.htm @@ -33,7 +33,13 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-search
second 1 2 3 4 5 6 7 8 9 10
secondly 1 2 3 4 5 6 7 8 9 10 11 12 13
section 1 2 3 4 5
see
seems
segment
segments 1 2 3
select 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
selected 1 2 3 4 5 6 7 8 9 10 11 12
selecting 1 2
selection 1 2 3 4 5 6
sense 1 2
separate
serve 1 2
serving 1 2 3 4
set 1 2 3 4 5 6 7 8 9
setcolor 1 2 3
setdisplaymode 1 2 3 4 5 6 7 8 9 10 11 12 13 14
sets
setting 1 2 3 4 5
settransparency 1 2 3 4 5 6
sew 1 2
sewed 1 2
sewing 1 2 3
sg 1 2 3 4
shading 1 2
shape 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
shape1 1 2
shape2 1 2
shapelistcompound
shapes 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
shapes_of_given_type
shapesto
shapetype 1 2 3 4 5 6 7
shapetypeedge
shapetypeface
shared 1 2
shell 1 2 3 4 5 6 7 8 9 10 11
shells 1 2 3 4 5 6 7 8 9 10
shift 1 2 3
short 1 2 3
shortcut
should 1 2 3 4 5 6
show
shown 1 2
side 1 2
signed 1 2
similar
simple 1 2 3
simply
single
six 1 2
size 1 2 3 4 5 6
sketch
sketcher 1 2 3
sketcher1 1 2
sketcher2 1 2
sketcher3
sketchers
skip
small 1 2 3
so 1 2
solid 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
solid1
solid2
solids 1 2 3 4
soon
sorted
sorts
source


>> +tt 1 2
tui 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
tuple
two 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
type 1 2 3 4 5 6 7 8
types 1 2
+

+u
underlying 1 2
unionlist
up 1 2
update
updateobjbrowser 1 2 3
upper
used 1 2
useful 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
user 1 2 3 4
using 1 2 3 4 5 6 7 8 9 10 11 12
+

+v 1 2 3 4
v1
v2
v3
v4
val
valid 1 2 3
validity
value 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
values 1 2 3 4 5 6 7 8 9 10 11 12 13 14
variety
various
vector 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
vector_arc 1 2
vector1 1 2
vector1_arc1
vector1_arc2
vector2 1 2
vector2_arc1
vector2_arc2
vector3
vectors 1 2 3 4 5 6 7
versa
vertex 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
vertex_n
vertex1
vertex2
vertexmaxtol
vertexmintol
vertices 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
via 1 2 3 4 5 6 7 8 9
vice
view 1 2
viewer 1 2 3 4 5 6 7 8 9 10 11 12 13 14
viewing 1 2 3
views
visible
visualize
volume 1 2
vr
vrot1d
vt
vtr1d
vtr2d
vxy 1 2 3 4 5
vxyz
vz
+

+w_0


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf13.htm b/doc/salome/gui/GEOM/whgdata/whlstf13.htm index acbd3b307..0b64a7a6a 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf13.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf13.htm @@ -33,10 +33,13 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-space 1 2 3 4 5 6 7
specific
specified 1 2 3 4 5 6 7 8 9 10 11 12 13 14
specifies
specify 1 2
specifying 1 2
sphere 1 2 3 4 5 6 7
sphere1
sphere2
sphere3
spheres
spline 1 2 3
splitangle 1 2
splitclosedfaces 1 2
splitcontinuity 1 2
splits 1 2
splitting 1 2
spot 1 2
sqrt
stage
standard
start 1 2 3 4
started
starting 1 2 3 4 5
step 1 2 3 4 5
step1 1 2
step2 1 2
string
strip 1 2
study 1 2 3 4 5 6 7 8 9 10 11 12
sub 1 2 3 4 5 6
sub_shape_id
subfacelist
submenu 1 2 3 4
subshape 1 2 3 4
subshapeall 1 2
subshapeallids
subshapeallsorted 1 2 3 4 5
subshapeallsortedids
subshapeid
subshapes 1 2 3
subshapesorted
successfully
sup_faces
suppress 1 2 3 4 5
suppresses 1 2
suppressfaces 1 2 3
suppressholes 1 2 3
suppressinternalwires 1 2 3
surface 1 2 3 4 5 6 7
surfacecontinuity 1 2
surfacemode 1 2
surfaces 1 2
symmetric
symmetrical 1 2 3
symmetry 1 2 3
system 1 2 3 4 5 6 7 8 9
systems 1 2
+wantplanarface
water
waterdensity 1 2
way 1 2 3 4 5 6
ways 1 2 3
weight 1 2
well
wf
what
whatis 1 2
whether
while 1 2 3 4 5
whose 1 2
wide
will 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
wire 1 2 3 4 5 6 7 8 9 10 11 12 13 14
wire_close
wire_name
wire1
wire2
wireframe 1 2
wires 1 2 3 4 5 6 7 8 9 10 11 12
wish 1 2 3
within 1 2 3
without
work 1 2
working 1 2 3 4
workingplane
works
ww 1 2


-t 1 2 3 4
tangent
target 1 2 3
tetrahedral
textual 1 2
theendlcs 1 2
them 1 2 3 4 5 6 7
theobject 1 2
therefore
theshape 1 2 3
thestartlcs 1 2
thetolerance 1 2
third
three 1 2 3 4 5 6 7 8 9 10 11 12 13
thus
time 1 2
times 1 2 3 4
tobezier 1 2
together
tol2d 1 2 3
tol3d 1 2 3
toler
tolerance 1 2 3 4 5 6 7 8 9
tolerance2d 1 2
tolerance3d 1 2 3
tolerances
tool
tools 1 2
top_face
top_face_ind
torus 1 2 3
torus1
torus2
toruses
tr1d
tr2d
transform 1 2 3
transformate
transformation 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
transformations 1 2 3
transformed 1 2 3
transforms
translate 1 2
translated 1 2 3
translates 1 2
translation 1 2 3 4 5 6
translation1
translation2
translation3
translations 1 2 3 4 5
transparency 1 2 3
transparent 1 2
trihedron
trimsize 1 2 3 4
true 1 2 3 4 5 6 7
truncated
try


>> - +x 1 2 3 4 5 6 7 8 9
x1
x2
xdx
xdy
xdz
xmax 1 2
xmin 1 2
xoy
xyz
xz_face
xz_face_ind
+

+y 1 2 3 4 5 6 7 8
y1
y2
ydx
ydy
ydz
ymax 1 2
ymin 1 2
your 1 2 3 4 5 6 7 8 9
yourselves
yz_face
yz_face_ind
+

+z 1 2 3 4 5 6 7
z1
z2
zero
zmax 1 2
zmin 1 2
zoom


diff --git a/doc/salome/gui/GEOM/whgdata/whlstf14.htm b/doc/salome/gui/GEOM/whgdata/whlstf14.htm deleted file mode 100755 index 42f369d95..000000000 --- a/doc/salome/gui/GEOM/whgdata/whlstf14.htm +++ /dev/null @@ -1,45 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-tt 1 2
tui 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
tuple
two 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
type 1 2 3 4 5 6 7 8 9
typeofshape
types 1 2 3 4 5
-

-underlying 1 2
unionlist
up 1 2 3 4 5
updated
updateobjbrowser 1 2 3
upper 1 2
used 1 2 3 4
useful 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
user 1 2 3 4 5 6 7
using 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
-

-v 1 2 3 4
v1
v2
v3
v4
val 1 2
valid 1 2 3
validity
value 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
values 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
variety
various 1 2
vector 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
vector_arc 1 2
vector1 1 2
vector1_arc1
vector1_arc2
vector2 1 2
vector2_arc1
vector2_arc2
vector3
vectors 1 2 3 4 5 6 7 8
vertex 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
vertex_n
vertex1 1 2
vertex2 1 2
vertexmaxtol
vertexmintol
vertices 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
via 1 2 3 4 5 6 7 8 9
view
viewer 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
viewers
viewing 1 2
visibility
visualization 1 2


>> - - - - - diff --git a/doc/salome/gui/GEOM/whgdata/whlstf15.htm b/doc/salome/gui/GEOM/whgdata/whlstf15.htm deleted file mode 100755 index cb9dad7c9..000000000 --- a/doc/salome/gui/GEOM/whgdata/whlstf15.htm +++ /dev/null @@ -1,48 +0,0 @@ - - -Search Words List - - - - - - - -

<<

-

-volume 1 2
vr
vrot1d
vt
vtk
vtr1d
vtr2d
vxy 1 2 3 4 5
vxyz
vz
-

-w_0
wantplanarface 1 2
water 1 2
waterdensity 1 2 3
way 1 2 3 4 5 6
ways 1 2 3
weight 1 2 3
wf
what
whatis 1 2
whether
while 1 2 3 4 5
whose 1 2 3
wide
will 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
wire 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
wire_close
wire_name
wire1
wire2
wireframe 1 2
wires 1 2 3 4 5 6 7 8 9 10 11 12 13 14
wish 1 2
within 1 2 3
without
work 1 2 3
working 1 2 3 4 5
workingplane
works
ww 1 2
-

-x 1 2 3 4 5 6 7 8 9
x1 1 2
x2 1 2
xdx 1 2
xdy 1 2
xdz 1 2
xmax 1 2
xmin 1 2
xoy
xyz 1 2
xz_face
xz_face_ind
-

-y 1 2 3 4 5 6 7 8 9
y1 1 2
y2 1 2
ydx 1 2
ydy 1 2
ydz 1 2
ymax 1 2
ymin 1 2
your 1 2 3 4 5 6 7 8 9
yourselves
yz_face
yz_face_ind
-

-z 1 2 3 4 5 6 7 8 9
z1 1 2
z2 1 2
zero
zmax 1 2
zmin 1 2


- - - - diff --git a/doc/salome/gui/GEOM/whgdata/whlstf2.htm b/doc/salome/gui/GEOM/whgdata/whlstf2.htm index 55ee7c6dd..3bb708408 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf2.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf2.htm @@ -33,9 +33,9 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-create 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
createanddisplaygo 1 2 3 4 5 6 7 8 9 10 11 12 13
created 1 2 3 4 5 6 7 8 9 10 11
creategroup 1 2
creates 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
creating
creation 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
cs
cs1
cs2
cube
current 1 2
currently 1 2 3 4
curve 1 2 3 4 5 6
curve2dmode 1 2
curve3dmode 1 2
curvecontinuity 1 2
curves 1 2 3 4 5 6 7
curving 1 2
cut 1 2 3 4
cut_without_f_2
cuts 1 2
cutting 1 2 3 4
cylinder 1 2 3 4 5 6 7
cylinders
cylindrical 1 2
+create 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
createanddisplaygo 1 2 3 4 5 6 7 8 9 10 11 12 13
created 1 2 3 4 5 6 7 8 9
creategroup 1 2
creates 1 2 3 4 5 6 7 8 9 10
creation 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
cross
cs
cs1
cs2
cube
current 1 2
currently 1 2 3 4
curvature
curve 1 2 3 4
curve2dmode
curve3dmode
curvecontinuity
curves 1 2 3 4 5
curving
cut 1 2 3 4
cut_without_f_2
cuts 1 2
cutting
cylinder 1 2 3 4 5 6
cylinders
cylindrical


-d 1 2
d1 1 2 3
d2 1 2 3
data
data_dir
default 1 2 3
define 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
defined 1 2
defines 1 2 3
defining 1 2 3 4 5 6 7
definite 1 2 3
definition 1 2 3 4
deflection 1 2
degenerated
degree 1 2 3 4
degrees 1 2
delete
deleted 1 2
density 1 2
depending 1 2
descr
description 1 2 3 4 5 6 7 8 9 10 11 12 13 14
designed
desired 1 2
destination
destined
detect 1 2 3
detection 1 2
detects 1 2
diagonal
dialog 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
differ
differencelist
different 1 2 3 4 5
dimension 1 2 3 4 5
dimensions 1 2 3 4 5 6
dimentions
dir 1 2 3
dir1 1 2
dir2 1 2
direction 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
directions 1 2 3 4 5
dirface1v 1 2
dirfaceid1 1 2
dirfaceid1u 1 2
dirfaceid1v 1 2
dirfaceid2 1 2
dirfaceid2u 1 2
dirfaceid2v 1 2
display 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
displayall
displayed 1 2 3 4 5
displaying 1 2
displayonly
displays 1 2
distance 1 2 3 4 5 6
divide
divided 1 2 3
divideedge 1 2 3
dividing 1 2


>> +d 1 2 3
d1 1 2
d2 1 2
data
data_dir
default 1 2 3 4 5
define 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
defined 1 2
defines 1 2
defining 1 2 3
definite 1 2
definition
deflection
degenerated
degree 1 2
degrees 1 2
delete
deleted
density
depending
depends
derivatives
descr
description 1 2 3 4 5
designed
destination
destined
detect 1 2
detection
detects
developed
dialog 1 2 3 4 5 6 7 8 9 10 11 12 13
differencelist
different 1 2
dimension 1 2 3
dimensions 1 2 3 4
dimentions
dir 1 2
dir1
dir2
direction 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
directions 1 2 3
directly
dirfaceid1
dirfaceid1u
dirfaceid1v
dirfaceid2
dirfaceid2u
dirfaceid2v
display 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
displayed 1 2 3 4 5
displayonly
displays
distance 1 2 3 4 5
divide
divided 1 2
divideedge 1 2
doesn 1 2
don 1 2 3 4
done 1 2
double 1 2 3 4
doubles
down
downward
drag
drawn
drop
dropsmalledges


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf3.htm b/doc/salome/gui/GEOM/whgdata/whlstf3.htm index 383b473ed..b514693be 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf3.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf3.htm @@ -33,11 +33,11 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-does
doesn
don 1 2 3
done 1 2 3 4
double 1 2 3 4 5
doubles
down
dropsmalledges 1 2
dx 1 2 3 4 5 6
dy 1 2 3 4 5 6
dz 1 2 3 4 5
+du
dump 1 2
duplicate
dx 1 2 3 4 5
dy 1 2 3 4 5
dz 1 2 3 4


-e
e1
e2
e3
e4
easier
edge 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
edge_ind
edge_points
edge1
edge2
edge3
edge4
edgeid 1 2
edges 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
edit
editing
egdemaxtol
egdemintol
either
element 1 2 3 4 5 6
elementary
elements 1 2 3 4 5 6 7 8
ellipse 1 2 3
else 1 2
empty 1 2 3
encountered
end 1 2 3 4 5 6 7 8 9 10
ending 1 2
ends 1 2 3
enter 1 2
entire
entity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
equal 1 2
erase
eraseall
eraseonly
erases
error 1 2 3
errors 1 2
etc 1 2 3 4
example 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
examples 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
except 1 2
existing 1 2 3
expand
explode 1 2 3 4 5 6 7
exploded 1 2 3 4
explodes
export 1 2
exportation
exporting
extra
extracted 1 2
extruded 1 2 3
extrusion 1 2
+e
e1
e2
e3
e4
easier
edge 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
edge_ind
edge_points
edge1
edge2
edge3
edge4
edgeid
edges 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
edit
editing
egdemaxtol
egdemintol
either 1 2
element 1 2 3
elementary
elements 1 2 3 4 5
ellipse 1 2
else 1 2
empty 1 2
encountered
end 1 2 3 4 5 6 7 8 9
ending
ends 1 2
enter
entire
entity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
equal 1 2 3
erase
eraseall
eraseonly
error 1 2
errors 1 2
etc 1 2
example 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
examples 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
except
existing 1 2 3
expand
explode 1 2 3 4
exploded 1 2
explodes
export 1 2
exportation
exporting
exports 1 2
extended
extra
extracted
extruded 1 2
extrusion


-f 1 2
f_2
f_ind_1
f_ind_2
f1
f1_id
f2
f3
f4
f5
f6


>> +f 1 2
f_2
f_ind_1
f_ind_2
f1
f1_id
f2
f3
f4
f5
f6
face 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
face_name
face_rot
face1 1 2 3
face2 1 2 3
face3
faceid
facemaxtol
facemintol
faces 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
factor 1 2
failed 1 2
false


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf4.htm b/doc/salome/gui/GEOM/whgdata/whlstf4.htm index 7756269c7..ba384f991 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf4.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf4.htm @@ -33,9 +33,9 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-face 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
face_name
face_rot
face1 1 2 3 4
face2 1 2 3 4
face3
faceid
facemaxtol
facemintol
faces 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
factor 1 2 3
failed 1 2
false 1 2
fields
file
files
fill 1 2 3
filled 1 2 3
fillet 1 2 3 4
filletall
fillets 1 2
filling 1 2 3 4
finally 1 2 3 4 5 6
first 1 2 3 4 5 6 7 8 9 10 11 12 13
firstly 1 2 3 4 5 6 7 8 9 10 11 12 13
fix 1 2
fixfacesize 1 2
fixing 1 2
fixshape 1 2 3
flag
flight_solid
following 1 2 3 4 5 6 7 8
format
formats 1 2
four 1 2
free 1 2 3 4 5 6
functionalities
functionality 1 2
functions 1 2 3
fuse 1 2 3 4
fuse_id
+file
files
fill
filled 1 2
fillet 1 2 3
filletall
fillets
filling 1 2 3 4
final
finally 1 2 3 4 5 6
first 1 2 3 4 5 6 7 8 9
firstly 1 2 3 4 5 6 7 8 9 10 11 12 13
fit
fix
fixes
fixfacesize
fixing
fixshape 1 2
flag
flight_solid
following 1 2 3 4 5 6 7
format 1 2 3
formats 1 2
four 1 2 3
frame
free 1 2 3 4 5
functionalities 1 2
functionality 1 2 3
functions 1 2
fuse 1 2 3 4
fuse_id


-gap 1 2
general 1 2
generate 1 2 3
generating
generation 1 2 3 4 5 6
geom 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
geom_object 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
geom_objects 1 2 3 4 5 6
geometric 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
geometrical 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
geometry 1 2 3
geompy 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
get 1 2 3 4 5
getenv
getfacenearpoint
getfreeboundary 1 2 3
getfreefacesids 1 2 3
getobjectids
getsubshape
getsubshapeid 1 2 3 4
getsubshapeindex
getting


>> +g1
g2
gap
gcs
general 1 2
generate 1 2 3
generation 1 2 3 4 5
geom 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
geom_object 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
geom_objects 1 2 3 4
geometric 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
geometrical 1 2 3 4 5 6 7 8 9 10 11 12 13
geometry 1 2
geompy 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
get 1 2 3 4
getenv
getfacenearpoint
getfreeboundary 1 2
getfreefacesids 1 2
getobjectids
getsubshape
getsubshapeid 1 2 3
getsubshapeindex
getting
gg 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
given 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
gives
giving 1 2 3 4
global 1 2 3
glue 1 2 3 4 5
glued 1 2
glues
good
gravity 1 2 3 4
greater
group 1 2 3
group_n
group1
groups 1 2 3 4 5 6


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf5.htm b/doc/salome/gui/GEOM/whgdata/whlstf5.htm index cbcbc2159..f6de85259 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf5.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf5.htm @@ -33,11 +33,11 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-gg 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
given 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
gives 1 2
giving 1 2 3
global 1 2
glue 1 2 3 4 5 6 7
glued 1 2 3
glues 1 2
graphic
gravity 1 2 3 4
group 1 2 3 4
group_n
group1
groups 1 2 3 4 5 6
gui
-

-half
handling
having 1 2 3 4
height 1 2 3 4 5 6 7 8
here
hexagonal
hexahedral 1 2 3 4
hexahedron
hide
hiding
highlight
highlights 1 2
holding
hole
holes 1 2 3
how
+ + +handling
having 1 2
height 1 2 3 4 5 6
here
hexagonal
hexahedral 1 2 3
hexahedron
hide 1 2
hides
hiding
highlight
highlights
holding
holes 1 2
how


-i 1 2 3 4
i11
i12
i13
i21
i22
i23
i31
i32
i33
id 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
id_arc
id_archimede
id_axis
id_bezier
id_box 1 2 3 4
id_box_tr1
id_box_tr2
id_box1 1 2
id_box2 1 2
id_box3
id_chamfer_all
id_chamfer_e
id_chamfer_f
id_chamfer_f1
id_circle1
id_circle2
id_common
id_compound 1 2 3
id_cone1
id_cone2
id_cs1
id_cs2
id_cut 1 2
id_cut_without_f_2
id_cylinder 1 2
id_divide
id_edge 1 2 3
id_edge1
id_edge2
id_edge3
id_edge4
id_ellipse
id_face 1 2 3
id_face_rot
id_face1 1 2
id_face2 1 2
id_face3
id_fillet
id_filletall
id_filling
id_fuse
id_glue
id_group1
id_importbrep
id_interpol
id_line1
id_line2
id_make_block_explode
id_mirror1
id_mirror2
id_mirror3
id_offset
id_p_on_arc
id_p0
id_p1 1 2
id_p100
id_p2 1 2
id_p3 1 2
id_p4 1 2 3
id_partition1
id_partition2
id_partition3
id_pipe
id_plane 1 2
id_plane1
id_plane2
id_plane3
id_polyline
id_position
id_prism
id_prism1
id_prism2
id_ps
id_px
id_py
id_pz
id_qface1
id_qface2
id_qface3
id_result
id_revolution
id_rot1d
id_rot2d
id_rotation
id_scale
id_section
id_sewing
id_shape
id_shell
id_sketcher1
id_sketcher2
id_solid
id_solid1
id_solid2
id_sphere
id_sphere1
id_sphere2
id_sphere3
id_torus1
id_torus2
id_tr1d
id_tr2d
id_translation1
id_translation2
id_translation3
id_vector
id_vector1
id_vector2
id_vector3
id_vr
id_vxy
id_wire 1 2 3
id_wire_close
idlist 1 2
idlist_e
idlist_f
ids 1 2 3 4 5 6 7 8 9


>> +i 1 2 3 4
i11
i12
i13
i21
i22
i23
i31
i32
i33
id 1 2 3 4 5 6 7 8 9 10 11
id_arc
id_archimede
id_axis
id_bezier
id_box 1 2 3 4
id_box_tr1
id_box_tr2
id_box1 1 2
id_box2 1 2
id_box3
id_chamfer_all
id_chamfer_e
id_chamfer_f
id_chamfer_f1
id_circle1
id_circle2
id_common
id_compound 1 2 3
id_cone1
id_cone2
id_cs1
id_cs2
id_cut 1 2
id_cut_without_f_2
id_cylinder 1 2
id_divide
id_edge 1 2 3
id_edge1
id_edge2
id_edge3
id_edge4
id_ellipse
id_face 1 2 3
id_face_rot
id_face1 1 2
id_face2 1 2
id_face3
id_fillet
id_filletall
id_filling
id_fuse
id_glue
id_group1
id_importbrep
id_interpol
id_line1
id_line2
id_make_block_explode
id_mirror1
id_mirror2
id_mirror3
id_offset
id_p_on_arc
id_p0
id_p1 1 2
id_p100
id_p2 1 2
id_p3 1 2
id_p4 1 2 3
id_partition1
id_partition2
id_partition3
id_pipe
id_plane 1 2
id_plane1
id_plane2
id_plane3
id_polyline
id_position
id_prism
id_prism1
id_prism2
id_ps
id_px
id_py
id_pz
id_qface1
id_qface2
id_qface3
id_result
id_revolution
id_rot1d
id_rot2d
id_rotation
id_scale
id_section
id_sewing
id_shape
id_shell
id_sketcher1
id_sketcher2
id_solid
id_solid1
id_solid2
id_sphere
id_sphere1
id_sphere2
id_sphere3
id_torus1
id_torus2
id_tr1d
id_tr2d
id_translation1
id_translation2
id_translation3
id_vector
id_vector1
id_vector2
id_vector3
id_vr
id_vxy
id_wire 1 2 3
id_wire_close
idlist 1 2
idlist_e
idlist_f
ids 1 2 3 4 5 6
if 1 2 3 4 5 6 7 8 9 10 11 12 13 14
iges 1 2
image 1 2 3 4
implemented
implies
imply
import 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
importation
importbrep
importcomponentgui 1 2 3 4 5 6 7 8 9 10 11 12 13 14
imported 1 2 3
importing
impossible
improve


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf6.htm b/doc/salome/gui/GEOM/whgdata/whlstf6.htm index 96c20a78b..39ee65ae0 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf6.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf6.htm @@ -33,13 +33,15 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-if 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
iges 1 2
image 1 2 3
implemented
import 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
importation
importbrep
importcomponentgui 1 2 3 4 5 6 7 8 9 10 11 12 13 14
imported 1 2 3 4
importing
impossible
improve
included
increased 1 2
independent
independently
index
indexes
indicate
indicating
indices 1 2 3 4 5
inertia 1 2
informs
initial 1 2 3 4 5 6 7
inner 1 2
inquired
ins
inserted 1 2
inside 1 2
instead
integer 1 2
integers 1 2 3
intended 1 2
interactively 1 2
intermediate
internal 1 2 3
interpol
interpolated
intersect 1 2
intersected 1 2
intersection 1 2
introduction 1 2
invalid 1 2 3 4
invisible
isbyparameter 1 2
iscommonvertex 1 2
isolines
isos
isplanarface
isplanarwanted 1 2 3 4
issuccess
isvalid 1 2
iterations 1 2
itself 1 2
ix 1 2
iy 1 2
iz 1 2
+included
increased
independent
index
indexes
indicate
indicating
indices 1 2 3 4
inertia 1 2
informs
initial 1 2 3 4 5 6
inner
inquired
ins
inserted
inside
instead
integer
integers 1 2
interactively
intermediate
internal 1 2
interpol
interpolated
intersect
intersected
intersection
introduction 1 2
invalid 1 2 3
invert
invisible
isbyparameter
iscommonvertex
isolines 1 2
isometric
isos
isplanarface
isplanarwanted 1 2 3 4
issuccess
isvalid 1 2
iterations
itself
ix 1 2
iy 1 2
iz 1 2


-just
+joined
jpeg 1 2
jpg 1 2
junction
just


-keep 1 2 3 4 5 6
keyboard
ko
+k
keep 1 2 3 4 5
keyboard
ko


-l 1 2
last 1 2 3 4
lcs 1 2
least 1 2
leaves
left
len
length 1 2 3 4 5
less 1 2
lie 1 2
limit 1 2
line 1 2 3 4 5 6
line1
line2
linear
lines 1 2
list 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
listchains
listoffaceid 1 2
listofgeomshapes 1 2
listofid 1 2 3
listofind
listofkeepinside 1 2
listofmaterials 1 2
listofremoveinside 1 2
listofshape 1 2 3 4 5 6 7 8 9
listofshapeid
listofshapes 1 2 3 4
listoftools 1 2
listofwireid 1 2
listshapes
local 1 2 3 4 5 6 7
localop
located 1 2
location 1 2 3 4 5 6
lsc
lying 1 2 3


>> +l 1 2
last 1 2
lcs 1 2
lcs1
lcs2
least
leaves
left 1 2 3
len
length 1 2 3 4
lie 1 2
limit
line 1 2 3 4
line1
line2
linear
lines 1 2
list 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
listchains
listoffaceid
listofgeomshapes
listofid
listofind
listofkeepinside
listofmaterials
listofremoveinside
listofshape 1 2 3 4 5 6
listofshapes 1 2
listoftools
listofwireid
listshapes
ll
local 1 2 3 4 5
localcs1
localcs2
localop
located
location 1 2 3 4
locking
lsc
lying 1 2
+

+magnitude
main 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
mainshape
major 1 2
make 1 2 3 4 5 6
make_block_explode
makearc 1 2 3 4 5 6 7
makebezier 1 2
makeblockexplode 1 2
makeboolean 1 2
makebox 1 2 3 4 5 6
makeboxdxdydz 1 2 3 4 5 6
makeboxtwopnt 1 2 3 4
makecdg 1 2
makechamfer
makechamferall 1 2
makechamferedge 1 2
makechamferfaces 1 2
makecircle 1 2
makecirclethreepnt 1 2
makecommon 1 2
makecompound 1 2 3 4 5
makecone 1 2 3
makeconer1r2h 1 2
makecut 1 2
makecylinder 1 2 3 4
makecylinderrh
makeedge 1 2 3 4 5
makeellipse 1 2
makeface 1 2 3 4 5 6 7
makefaces 1 2
makefacewires 1 2
makefillet 1 2
makefilletall 1 2
makefilling 1 2
makefuse 1 2
makegluefaces 1 2 3
makehalfpartition 1 2
makehexa 1 2
makehexa2faces 1 2
makeinterpol 1 2
makeline 1 2
makelinetwopnt 1 2
makemarker 1 2
makemirrorbyaxis 1 2
makemirrorbyplane 1 2
makemirrorbypoint 1 2
makemultirotation1d
makemultirotation2d
makemultitransformation1d 1 2
makemultitransformation2d 1 2
makemultitranslation1d 1 2
makemultitranslation2d 1 2
makeoffset 1 2
makepartition 1 2
makepipe 1 2
makeplane 1 2 3
makeplaneface 1 2
makeplanethreepnt 1 2 3
makepolyline 1 2
makeposition 1 2
makeprism 1 2 3
makeprismvech 1 2 3 4
makequad 1 2
makequad2edges 1 2
makequad4vertices 1 2
makerevolution 1 2
makerotation 1 2 3
makes 1 2 3 4 5
makescaletransform 1 2
makesection 1 2
makesewing 1 2
makeshell 1 2
makesketcher 1 2 3
makesketcheronplane
makesolid 1 2
makesphere 1 2 3
makespherepntr
makespherer 1 2 3 4
maketorus 1 2
maketorusrr 1 2
maketranslation 1 2 3
maketranslationtwopoints 1 2
maketranslationvector 1 2
makevector 1 2 3 4 5 6 7 8 9
makevectordxdydz 1 2 3 4
makevertex 1 2 3 4 5 6 7 8 9 10 11 12 13 14
makevertexoncurve 1 2
makevertexwithref 1 2
makewire 1 2 3 4 5 6 7
manually
marked
mass
masses
materials
math 1 2 3
matrix 1 2
max 1 2 3 4
maxdeg
maxdegree
maximal 1 2 3
maximum 1 2 3 4
maxnbfaces
maxtolerance
maxtolerance3d


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf7.htm b/doc/salome/gui/GEOM/whgdata/whlstf7.htm index 7a0db22ff..959fe909e 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf7.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf7.htm @@ -33,9 +33,11 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

- - -main 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
mainshape
major 1 2 3 4
make 1 2 3 4 5 6 7
make_block_explode
makearc 1 2 3 4 5 6 7 8
makebezier 1 2 3
makeblockexplode 1 2 3
makeboolean 1 2
makebox 1 2 3 4 5 6 7
makeboxdxdydz 1 2 3 4 5 6
makeboxtwopnt 1 2 3 4
makecdg 1 2
makechamfer
makechamferall 1 2
makechamferedge 1 2 3
makechamferface
makechamferfaces 1 2
makecircle 1 2 3
makecirclethreepnt 1 2
makecommon 1 2
makecompound 1 2 3 4 5 6
makecone 1 2 3 4
makeconer1r2h 1 2
makecut 1 2
makecylinder 1 2 3 4 5
makecylinderrh
makeedge 1 2 3 4 5 6
makeellipse 1 2 3
makeface 1 2 3 4 5 6 7 8
makefaces 1 2
makefacewires 1 2
makefillet 1 2 3
makefilletall 1 2
makefilling 1 2 3
makefuse 1 2
makegluefaces 1 2 3 4
makehalfpartition 1 2
makehexa 1 2
makehexa2faces 1 2
makeinterpol 1 2 3
makeline 1 2 3
makelinetwopnt 1 2
makemarker 1 2 3
makemirrorbyaxis 1 2
makemirrorbyplane 1 2 3
makemirrorbypoint 1 2
makemultirotate1d
makemultirotate2d
makemultirotation1d 1 2
makemultirotation2d 1 2
makemultitransformation1d 1 2 3
makemultitransformation2d 1 2 3
makemultitranslation1d 1 2 3
makemultitranslation2d 1 2 3
makeoffset 1 2 3
makepartition 1 2 3
makepipe 1 2 3
makeplane 1 2 3 4
makeplaneface 1 2
makeplanethreepnt 1 2 3
makepolyline 1 2 3
makeposition 1 2 3
makeprism 1 2 3 4
makeprismvech 1 2 3 4
makequad 1 2
makequad2edges 1 2
makequad4vertices 1 2
makerevolution 1 2 3
makerotation 1 2 3 4
makes 1 2 3 4 5 6 7
makescaletransform 1 2 3
makesection 1 2
makesewing 1 2 3
makeshell 1 2 3
makesketcher 1 2 3
makesketcheronplane
makesolid 1 2 3
makesphere 1 2 3 4
makespherepntr
makespherer 1 2 3 4
maketorus 1 2 3
maketorusrr 1 2
maketranslation 1 2 3 4
maketranslationtwopoints 1 2
maketranslationvector 1 2
makevector 1 2 3 4 5 6 7 8 9 10
makevectordxdydz 1 2 3 4
makevertex 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
makevertexoncurve 1 2 3
makevertexwithref 1 2 3
makewire 1 2 3 4 5 6 7 8
manually 1 2
mass
masses
materials 1 2
math 1 2 3
matrix 1 2
max 1 2 3 4 5 6 7
maxdeg
maxdegree 1 2
maximal 1 2 3 4 5 6
maximum 1 2 3 4 5 6
maxnbfaces 1 2
maxtolerance 1 2
maxtolerance3d 1 2


>> +meaning
means 1 2 3
measurement 1 2
measures
mechanisms
meet
memorise
mentioned
menu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
merge
mesh 1 2 3
meshes
meshing 1 2
meshingdeflection 1 2
method
middle 1 2
min 1 2 3 4
min_dist
mindeg
mindegree
mindistance 1 2
minimal 1 2 3 4
minimum 1 2 3
minnbfaces
minor 1 2
mirror 1 2
mirror1
mirror2
mirror3
mirrored
mode 1 2 3 4 5 6
modeled
models
modes
modified
modifies 1 2
modify 1 2
module 1 2
moment
moments 1 2
mouse 1 2
move
moved
much
multi 1 2 3 4 5
multirotate1d 1 2
multirotate2d 1 2
multitude
must 1 2 3 4 5
+

+n
name 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
names
nb 1 2 3 4
nb_sub
nbiter 1 2
nbounding
nbox
nbsplitpoints
nbtimes 1 2 3
nbtimes1 1 2
nbtimes2 1 2
nbtimesu
nbtimesv
ncentre
ncompound
necessarily
necessary 1 2 3 4 5
need 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
needed
negative
neighbouring
new 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
newly
ninertia
nminimal
nodes
noerror
none
normal 1 2 3 4 5 6
note
nothing
notions
nth
number 1 2 3 4 5 6 7 8 9 10 11 12 13
numbers
+

+object 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
objects 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
obtain 1 2 3
obtained


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf8.htm b/doc/salome/gui/GEOM/whgdata/whlstf8.htm index 83c34c13c..fe5a4c5df 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf8.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf8.htm @@ -33,9 +33,9 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-meaning 1 2
means 1 2 3 4
measurement 1 2
measures
mechanisms
mentioned
menu 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
merging 1 2
mesh 1 2
meshing 1 2 3
meshingdeflection 1 2 3
method
middle 1 2
min 1 2 3 4 5 6
min_dist
mindeg
mindegree 1 2
mindistance 1 2
minimal 1 2 3 4 5 6
minimum 1 2 3
minnbfaces 1 2
minor 1 2 3 4
mirror 1 2 3
mirror1
mirror2
mirror3
mirrored 1 2
mode 1 2 3 4 5 6 7
modeled 1 2
models
modes 1 2
modification 1 2
modified 1 2
modifies 1 2 3 4
modify 1 2 3
module 1 2
moment
moments 1 2
move 1 2
moved 1 2
much
multi 1 2 3 4 5 6 7 8
multirotate1d
multirotate2d
multitude 1 2
must 1 2 3 4 5 6 7
+occ 1 2 3 4 5 6 7 8 9 10
occurred
offers
offset 1 2
ok 1 2 3 4
old
one 1 2 3 4 5 6 7 8 9 10 11 12 13
opaque
open 1 2 3 4 5 6
opening
opens
openwires 1 2
operation 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
operations 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
operator
operators 1 2
opportunity
opposite
optimization
option
options
order
orientate
orientation
oriented
origin 1 2 3 4 5 6 7 8
os
otherwise 1 2 3 4 5 6
our 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
out 1 2
outside
ox 1 2
oy
oz 1 2 3 4


-name 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
names 1 2
nb 1 2 3 4
nb_sub
nbiter 1 2 3
nbounding
nbox
nbsplitpoints 1 2
nbtimes 1 2 3 4 5
nbtimes1 1 2 3
nbtimes2 1 2 3
nbtimesu 1 2
nbtimesv 1 2
ncentre
ncompound
necessary 1 2 3 4 5 6 7
need 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
needed 1 2
negative 1 2
neigbour 1 2
new 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
ninertia
nminimal
nodes 1 2
noerror 1 2
none
normal 1 2 3 4 5 6 7 8 9 10
note
nothing
notions


>> +p
p_25_25_50
p_25_50_25
p_50_25_25
p_on_arc
p0 1 2 3 4 5 6 7 8
p1 1 2 3 4 5 6 7 8
p10
p100
p11
p12
p13
p2 1 2 3 4 5 6 7 8
p200 1 2
p3 1 2 3 4 5 6
p4 1 2 3 4
p5 1 2 3 4
p50
p6 1 2
p7 1 2
p70
p8 1 2
p9
panning
parallel 1 2 3 4
parameter 1 2 3 4
parameterization
parameters 1 2 3 4 5 6 7 8 9
parametric
paramter
part 1 2 3
partition 1 2
partition1
partition2
partition3
parts
passed
passes 1 2 3 4
passing
path 1 2
pathshape
perform 1 2 3
performed
perpendicular
pi 1 2 3
picture
pipe 1 2
place
placed
places
planar 1 2 3 4 5
plane 1 2 3 4 5 6 7 8 9 10
plane1
plane2
plane3
planes 1 2 3
platform
plug
plunged


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstf9.htm b/doc/salome/gui/GEOM/whgdata/whlstf9.htm index 8621048b5..e2d5b8c8b 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstf9.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstf9.htm @@ -33,11 +33,11 @@ A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; }

<<

-number 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
numbers 1 2
numeber
+png 1 2
point 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
point1 1 2 3 4 5 6 7 8 9 10 11
point2 1 2 3 4 5 6 7 8 9 10 11
point3 1 2 3 4 5
point4 1 2
point5
pointcoordinates 1 2
points 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
polyline 1 2
pop 1 2
position 1 2 3 4 5 6
positional
positions
possibilities
possibility
possible 1 2 3 4 5
precision 1 2
predefined
presentation
press
pressed
presumes
preview
previous 1 2
primitives 1 2 3 4 5 6 7
print 1 2
printed
prism 1 2 3 4 5
prism_edges
prism_faces 1 2
prism1
prism2
prisms 1 2
problems
process 1 2
processed 1 2 3 4
processes
processing 1 2
processshape 1 2
produce 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
program
projection
projections
propagate 1 2
propagation 1 2
properties 1 2
proportional
props
provide 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
providing
ps
put
px 1 2 3 4 5
pxy
pxyz 1 2 3
py 1 2 3 4 5
py1
python
pz 1 2 3 4 5 6


-object 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
objects 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
obtain
obtained
occ 1 2 3 4 5 6 7 8 9 10 11
occurred 1 2
offers
offset 1 2 3
ok 1 2 3 4 5
old
one 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
ones 1 2
opaque
open 1 2 3 4 5 6
opening
openwires 1 2 3
operation 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
operations 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
operator 1 2
operators 1 2 3
opportunity
opposite 1 2
optimization
option 1 2
options
order 1 2
oriented 1 2
origin 1 2 3 4 5 6 7 8 9
os
otherwise 1 2 3 4 5 6 7 8
our 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
outside 1 2
ox 1 2 3
oy 1 2
oz 1 2 3 4 5
+qface1
qface2
qface3
qface4
qface5
qface6
qface7
qface8
quadrangle 1 2 3 4


-p
p_25_25_50
p_25_50_25
p_50_25_25
p_on_arc
p0 1 2 3 4 5 6 7 8
p1 1 2 3 4 5 6 7 8
p10
p100
p11
p12
p13
p2 1 2 3 4 5 6 7 8
p200 1 2
p3 1 2 3 4 5 6
p4 1 2 3 4
p5 1 2 3 4
p50
p6 1 2
p7 1 2
p70
p8 1 2
p9


>> +r 1 2 3
radio
radius 1 2 3 4 5 6 7 8 9 10 11
radius1 1 2 3 4 5
radius2 1 2
radius3
radiuses 1 2 3 4
radiusmajor 1 2
radiusminor 1 2
raise 1 2 3
range 1 2 3 4 5
recent
reconstruction
redefine
reduce
reference 1 2
refreshes
regarding
relative
relatively
relevant
remain 1 2
remainder
remote
remove 1 2 3 4 5
removed 1 2 3 4 5 6 7 8 9
removeobject 1 2
removes 1 2 3
removewebs
removing
rename
repair 1 2 3 4 5 6 7 8 9 10
repairing 1 2 3 4 5 6 7 8 9 10 11 12
repetition 1 2
repetitions
representation
represented
representing 1 2
represents
required 1 2
requireddegree
requirednbsegments
requires
res
reset
resizes
respect 1 2
restore
restores
restriction
result 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
resultant
resulting 1 2 3 4 5
results 1 2 3 4 5 6
retrieves
return
returned 1 2 3
returning
returns 1 2 3 4 5 6
reverse 1 2
revolution 1 2 3


>> diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl0.htm b/doc/salome/gui/GEOM/whgdata/whlstfl0.htm index db5af94cf..8dc016f3d 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl0.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl0.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ { {D {E {S {D {N {S {D {R {S ^

+

^ { {D {E {D ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl1.htm b/doc/salome/gui/GEOM/whgdata/whlstfl1.htm index 10562276e..f533e6aeb 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl1.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl1.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ AB AC AD AI AL AN AP AR AS AT AU AV AX ^

+

^ AB AC AD AL AN AP AR AU AV AX ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl10.htm b/doc/salome/gui/GEOM/whgdata/whlstfl10.htm index 826e1f2fe..0b0edbd30 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl10.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl10.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ KE KO ^

+

^ JO JP JU ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl11.htm b/doc/salome/gui/GEOM/whgdata/whlstfl11.htm index 1e32f1e9f..a1322f01b 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl11.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl11.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ L LA LC LE LI LO LS LY ^

+

^ K KE KO ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl12.htm b/doc/salome/gui/GEOM/whgdata/whlstfl12.htm index f576ce1ff..c228f82e2 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl12.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl12.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ MA ME MI MO MU ^

+

^ L LA LC LE LI LL LO LS LY ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl13.htm b/doc/salome/gui/GEOM/whgdata/whlstfl13.htm index 989911bef..921dbda8d 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl13.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl13.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ NA NB NC NE NI NM NO NU ^

+

^ MA ME MI MO MU ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl14.htm b/doc/salome/gui/GEOM/whgdata/whlstfl14.htm index 14bc0131d..9b1634b5d 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl14.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl14.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ OB OC OF OK OL ON OP OR OS OT OU OX OY OZ ^

+

^ N NA NB NC NE NI NM NO NT NU ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl15.htm b/doc/salome/gui/GEOM/whgdata/whlstfl15.htm index 3736f7330..a7b61147a 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl15.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl15.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ P PA PE PI PL PO PR PS PU PX PY PZ ^

+

^ OB OC OF OK OL ON OP OR OS OT OU OX OY OZ ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl16.htm b/doc/salome/gui/GEOM/whgdata/whlstfl16.htm index db9b94b57..16a37efb6 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl16.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl16.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ QF QU ^

+

^ P PA PE PI PL PN PO PR PS PU PX PY PZ ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl17.htm b/doc/salome/gui/GEOM/whgdata/whlstfl17.htm index 4478c04f8..18099bf72 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl17.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl17.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ R RA RE RI RO RU ^

+

^ QF QU ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl18.htm b/doc/salome/gui/GEOM/whgdata/whlstfl18.htm index 93f9a8bb0..01b4bb1db 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl18.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl18.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ S SA SC SE SG SH SI SK SM SO SP SQ ST SU SY ^

+

^ R RA RE RI RO RU ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl19.htm b/doc/salome/gui/GEOM/whgdata/whlstfl19.htm index 0918a611f..fa140eeaa 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl19.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl19.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ T TA TE TH TI TO TR TT TU TW TY ^

+

^ S SA SC SE SG SH SI SK SM SO SP SQ ST SU SY ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl2.htm b/doc/salome/gui/GEOM/whgdata/whlstfl2.htm index d01482bb2..d3523d4f4 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl2.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl2.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ B BA BB BE BI BL BO BR BS BU BY ^

+

^ B BA BB BE BL BM BO BR BS BU BY ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl20.htm b/doc/salome/gui/GEOM/whgdata/whlstfl20.htm index ac4a556b6..32f04a4de 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl20.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl20.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ UN UP US ^

+

^ T TA TE TH TI TO TR TT TU TW TY ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl21.htm b/doc/salome/gui/GEOM/whgdata/whlstfl21.htm index 31bc56d92..bdf778148 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl21.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl21.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ V VA VE VI VO VR VT VX VZ ^

+

^ U UN UP US ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl22.htm b/doc/salome/gui/GEOM/whgdata/whlstfl22.htm index 8e217ed30..e6e936cf6 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl22.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl22.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ W WA WE WF WH WI WO WW ^

+

^ V VA VE VI VO VR VT VX VZ ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl23.htm b/doc/salome/gui/GEOM/whgdata/whlstfl23.htm index b3a7a03ff..8565729c5 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl23.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl23.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ X XD XM XO XY XZ ^

+

^ W WA WE WF WH WI WO WW ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl24.htm b/doc/salome/gui/GEOM/whgdata/whlstfl24.htm index 9717a0693..db981226f 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl24.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl24.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ Y YD YM YO YZ ^

+

^ X XD XM XO XY XZ ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl25.htm b/doc/salome/gui/GEOM/whgdata/whlstfl25.htm index fef3d3fba..865bb758b 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl25.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl25.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ Z ZE ZM ^

+

^ Y YD YM YO YZ ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl26.htm b/doc/salome/gui/GEOM/whgdata/whlstfl26.htm new file mode 100755 index 000000000..83a4deba2 --- /dev/null +++ b/doc/salome/gui/GEOM/whgdata/whlstfl26.htm @@ -0,0 +1,45 @@ + + +Search Words letter + + + + + + + + + +

^ Z ZE ZM ZO ^

+ + + + + diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl3.htm b/doc/salome/gui/GEOM/whgdata/whlstfl3.htm index 0eaa79900..2b905bd03 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl3.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl3.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ C CA CE CH CI CL CM CO CR CS CU CY ^

+

^ C CA CE CH CI CL CM CN CO CR CS CU CY ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl4.htm b/doc/salome/gui/GEOM/whgdata/whlstfl4.htm index 14d3e4533..39513c553 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl4.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl4.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ D DA DE DI DO DR DX DY DZ ^

+

^ D DA DE DI DO DR DU DX DY DZ ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl6.htm b/doc/salome/gui/GEOM/whgdata/whlstfl6.htm index 9959aea31..4b2914242 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl6.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl6.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ F FA FI FL FO FR FU ^

+

^ F FA FI FL FO FR FU ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl7.htm b/doc/salome/gui/GEOM/whgdata/whlstfl7.htm index a7c64dea2..ef134b1ff 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl7.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl7.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ GA GE GG GI GL GR GU ^

+

^ G GA GC GE GG GI GL GO GR ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstfl9.htm b/doc/salome/gui/GEOM/whgdata/whlstfl9.htm index b48aae316..2794d9ebc 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstfl9.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstfl9.htm @@ -37,7 +37,7 @@ body {background-color:White; } -

^ I ID IF IG IM IN IS IT IX IY IZ ^

+

^ I ID IF IG IM IN IS IT IX IY IZ ^

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt1.htm b/doc/salome/gui/GEOM/whgdata/whlstt1.htm index 5ac9ac972..bbfa83989 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt1.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt1.htm @@ -40,11 +40,11 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-    Transforming geometrical objects
+    Creating geometrical objects
+    Viewing geometrical objects
+    Transforming geometrical objects
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt10.htm b/doc/salome/gui/GEOM/whgdata/whlstt10.htm index d67082cb2..d986235ba 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt10.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt10.htm @@ -40,18 +40,21 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-    Transforming geometrical objects
-       Basic Operations
-          Partition
-          Archimede
-       Boolean Operations
-       Transformation Operations
-       Blocks Operations
-       Repairing Operations
+    Creating geometrical objects
+    Viewing geometrical objects
+    Transforming geometrical objects
+       Basic Operations
+       Boolean Operations
+          Using boolean operations
+          Fuse
+          Common
+          Cut
+          Section
+       Transformation Operations
+       Blocks Operations
+       Repairing Operations
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt11.htm b/doc/salome/gui/GEOM/whgdata/whlstt11.htm index cb6cf0d79..dcd7ca1c0 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt11.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt11.htm @@ -40,21 +40,26 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-    Transforming geometrical objects
-       Basic Operations
-       Boolean Operations
-          Using boolean operations
-          Fuse
-          Common
-          Cut
-          Section
-       Transformation Operations
-       Blocks Operations
-       Repairing Operations
+    Creating geometrical objects
+    Viewing geometrical objects
+    Transforming geometrical objects
+       Basic Operations
+       Boolean Operations
+       Transformation Operations
+          Translation
+          Rotation
+          Modify the Location
+          Mirror Image
+          Scale Transform
+          Offset Surface
+          Multi Translation
+          Multi Rotation
+          Fillet
+          Chamfer
+       Blocks Operations
+       Repairing Operations
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt12.htm b/doc/salome/gui/GEOM/whgdata/whlstt12.htm index fac265f7d..d8d84f94f 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt12.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt12.htm @@ -40,26 +40,19 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-    Transforming geometrical objects
-       Basic Operations
-       Boolean Operations
-       Transformation Operations
-          Translation
-          Rotation
-          Modify the Location
-          Mirror Image
-          Scale Transform
-          Offset Surface
-          Multi Translation
-          Multi Rotation
-          Fillet
-          Chamfer
-       Blocks Operations
-       Repairing Operations
+    Creating geometrical objects
+    Viewing geometrical objects
+    Transforming geometrical objects
+       Basic Operations
+       Boolean Operations
+       Transformation Operations
+       Blocks Operations
+          Multi Transformation
+          Explode on Blocks
+          Propagate
+       Repairing Operations
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt13.htm b/doc/salome/gui/GEOM/whgdata/whlstt13.htm index b168f2789..e2df20688 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt13.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt13.htm @@ -40,19 +40,26 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-    Transforming geometrical objects
-       Basic Operations
-       Boolean Operations
-       Transformation Operations
-       Blocks Operations
-          Multi Transformation
-          Explode on Blocks
-          Propagate
-       Repairing Operations
+    Creating geometrical objects
+    Viewing geometrical objects
+    Transforming geometrical objects
+       Basic Operations
+       Boolean Operations
+       Transformation Operations
+       Blocks Operations
+       Repairing Operations
+          Shape Processing
+          Suppress Faces
+          Close Contour
+          Suppress Internal Wires
+          Suppress Holes
+          Sewing
+          Glue Faces
+          Add Point on Edge
+          Check Free Boundaries
+          Check Free Faces
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt14.htm b/doc/salome/gui/GEOM/whgdata/whlstt14.htm index a7e8225fb..b577fe270 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt14.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt14.htm @@ -40,26 +40,15 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-    Transforming geometrical objects
-       Basic Operations
-       Boolean Operations
-       Transformation Operations
-       Blocks Operations
-       Repairing Operations
-          Shape Processing
-          Suppress Faces
-          Close Contour
-          Suppress Internal Wires
-          Suppress Holes
-          Sewing
-          Glue Faces
-          Add Point on Edge
-          Check Free Boundaries
-          Check Free Faces
+    Creating geometrical objects
+    Viewing geometrical objects
+    Transforming geometrical objects
    Using measurement tools
-    TUI Scripts
+    TUI Scripts
+       Viewing Geometrical Objects
+       Creating Geometric Objects
+       Transformation
+       Measurement Tools

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt15.htm b/doc/salome/gui/GEOM/whgdata/whlstt15.htm index 1a3266508..f3c0e734b 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt15.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt15.htm @@ -40,14 +40,21 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-    Transforming geometrical objects
+    Creating geometrical objects
+    Viewing geometrical objects
+    Transforming geometrical objects
    Using measurement tools
-    TUI Scripts
-       Changing Display Parameters
-       Creation of Geometric Objects
-       Transformation
+    TUI Scripts
+       Viewing Geometrical Objects
+       Creating Geometric Objects
+          Basic Geometrical Objects
+          Primitives
+          Complex Objects
+          Working with Groups
+          Building by Blocks
+          Sketcher
+          Advanced Geometrical Objects
+       Transformation
       Measurement Tools

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt16.htm b/doc/salome/gui/GEOM/whgdata/whlstt16.htm index 6a3fe4cba..6aa6377b3 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt16.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt16.htm @@ -40,21 +40,19 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-    Transforming geometrical objects
+    Creating geometrical objects
+    Viewing geometrical objects
+    Transforming geometrical objects
    Using measurement tools
-    TUI Scripts
-       Changing Display Parameters
-       Creation of Geometric Objects
-          Basic Geometrical Objects
-          Primitives
-          Complex Objects
-          Working with Groups
-          Building by Blocks
-          Sketcher
-          Advanced Geometrical Objects
-       Transformation
+    TUI Scripts
+       Viewing Geometrical Objects
+       Creating Geometric Objects
+       Transformation
+          Basic Operations
+          Boolean Operations
+          Transformation Operations
+          Blocks Operations
+          Repairing Operations
       Measurement Tools

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt17.htm b/doc/salome/gui/GEOM/whgdata/whlstt17.htm deleted file mode 100755 index fe76d63f4..000000000 --- a/doc/salome/gui/GEOM/whgdata/whlstt17.htm +++ /dev/null @@ -1,67 +0,0 @@ - - - -Content - - - - - - - - - - -
-

- GEOM module
-    Introduction to GEOM
-    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-    Transforming geometrical objects
-    Using measurement tools
-    TUI Scripts
-       Changing Display Parameters
-       Creation of Geometric Objects
-       Transformation
-          Basic Operations
-          Boolean Operations
-          Transformation Operations
-          Blocks Operations
-          Repairing Operations
-       Measurement Tools
-

- -
-

-

- - - - diff --git a/doc/salome/gui/GEOM/whgdata/whlstt2.htm b/doc/salome/gui/GEOM/whgdata/whlstt2.htm index 548ea6dd6..254fb65c9 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt2.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt2.htm @@ -40,13 +40,18 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-       Displaying/hiding objects
-       Changing Display Parameters
-    Creating geometrical objects
-    Transforming geometrical objects
+    Creating geometrical objects
+       Creating Basic Geometric Objects
+       Creating Primitives
+       Creating Complex Objects
+       Working with groups
+       Building by blocks
+       Sketcher
+       Creating Advanced Geometrical Objects
+    Viewing geometrical objects
+    Transforming geometrical objects
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt3.htm b/doc/salome/gui/GEOM/whgdata/whlstt3.htm index dab99dd51..c8e4a8a22 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt3.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt3.htm @@ -40,17 +40,28 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-       Displaying/hiding objects
-       Changing Display Parameters
-          Display Mode
-          Color
-          Transparency
-          Isolines
-    Creating geometrical objects
-    Transforming geometrical objects
+    Creating geometrical objects
+       Creating Basic Geometric Objects
+          Point
+          Line
+          Circle
+          Ellipse
+          Arc
+          Curve
+          Vector
+          Plane
+          Working Plane
+          Local Coordinate System
+       Creating Primitives
+       Creating Complex Objects
+       Working with groups
+       Building by blocks
+       Sketcher
+       Creating Advanced Geometrical Objects
+    Viewing geometrical objects
+    Transforming geometrical objects
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt4.htm b/doc/salome/gui/GEOM/whgdata/whlstt4.htm index 96f046c94..97d2cf318 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt4.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt4.htm @@ -40,18 +40,23 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-       Creation of Basic Geometric Objects
-       Creation of Primitives
-       Generation of Complex Objects
+    Creating geometrical objects
+       Creating Basic Geometric Objects
+       Creating Primitives
+          Box
+          Cylinder
+          Sphere
+          Torus
+          Cone
+       Creating Complex Objects
       Working with groups
       Building by blocks
       Sketcher
-       Creation of Advanced Geometrical Objects
-    Transforming geometrical objects
+       Creating Advanced Geometrical Objects
+    Viewing geometrical objects
+    Transforming geometrical objects
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt5.htm b/doc/salome/gui/GEOM/whgdata/whlstt5.htm index 5046df32c..b27c4a7eb 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt5.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt5.htm @@ -40,28 +40,22 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-       Creation of Basic Geometric Objects
-          Point
-          Line
-          Circle
-          Ellipse
-          Arc
-          Curve
-          Vector
-          Plane
-          Working Plane
-          Local Coordinate System
-       Creation of Primitives
-       Generation of Complex Objects
+    Creating geometrical objects
+       Creating Basic Geometric Objects
+       Creating Primitives
+       Creating Complex Objects
+          Extrusion
+          Revolution
+          Filling
+          Pipe
       Working with groups
       Building by blocks
       Sketcher
-       Creation of Advanced Geometrical Objects
-    Transforming geometrical objects
+       Creating Advanced Geometrical Objects
+    Viewing geometrical objects
+    Transforming geometrical objects
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt6.htm b/doc/salome/gui/GEOM/whgdata/whlstt6.htm index 47dd557db..bb67953b7 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt6.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt6.htm @@ -40,23 +40,25 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-       Creation of Basic Geometric Objects
-       Creation of Primitives
-          Box
-          Cylinder
-          Sphere
-          Torus
-          Cone
-       Generation of Complex Objects
+    Creating geometrical objects
+       Creating Basic Geometric Objects
+       Creating Primitives
+       Creating Complex Objects
       Working with groups
       Building by blocks
       Sketcher
-       Creation of Advanced Geometrical Objects
-    Transforming geometrical objects
+       Creating Advanced Geometrical Objects
+          Explode
+          Edge
+          Wire
+          Face
+          Shell
+          Solid
+          Compound
+    Viewing geometrical objects
+    Transforming geometrical objects
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt7.htm b/doc/salome/gui/GEOM/whgdata/whlstt7.htm index f0c47132a..9865b801c 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt7.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt7.htm @@ -40,22 +40,17 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-       Creation of Basic Geometric Objects
-       Creation of Primitives
-       Generation of Complex Objects
-          Extrusion
-          Revolution
-          Filling
-          Pipe
-       Working with groups
-       Building by blocks
-       Sketcher
-       Creation of Advanced Geometrical Objects
-    Transforming geometrical objects
+    Creating geometrical objects
+    Viewing geometrical objects
+       Viewing Geometrical Objects
+       OCC 3D Viewer
+       Display Mode
+       Color
+       Transparency
+       Isolines
+    Transforming geometrical objects
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt8.htm b/doc/salome/gui/GEOM/whgdata/whlstt8.htm index 922ca5f0e..63cac9bec 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt8.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt8.htm @@ -40,25 +40,16 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-       Creation of Basic Geometric Objects
-       Creation of Primitives
-       Generation of Complex Objects
-       Working with groups
-       Building by blocks
-       Sketcher
-       Creation of Advanced Geometrical Objects
-          Explode
-          Edge
-          Wire
-          Face
-          Shell
-          Solid
-          Compound
-    Transforming geometrical objects
+    Creating geometrical objects
+    Viewing geometrical objects
+    Transforming geometrical objects
+       Basic Operations
+       Boolean Operations
+       Transformation Operations
+       Blocks Operations
+       Repairing Operations
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whlstt9.htm b/doc/salome/gui/GEOM/whgdata/whlstt9.htm index 7ed28d7c7..8dbcf8d21 100755 --- a/doc/salome/gui/GEOM/whgdata/whlstt9.htm +++ b/doc/salome/gui/GEOM/whgdata/whlstt9.htm @@ -40,16 +40,18 @@ img {vertial-align:middle;} GEOM module
    Introduction to GEOM
    Importing/exporting geometrical objects
-    Managing geometrical objects
-    Creating geometrical objects
-    Transforming geometrical objects
-       Basic Operations
-       Boolean Operations
-       Transformation Operations
-       Blocks Operations
-       Repairing Operations
+    Creating geometrical objects
+    Viewing geometrical objects
+    Transforming geometrical objects
+       Basic Operations
+          Partition
+          Archimede
+       Boolean Operations
+       Transformation Operations
+       Blocks Operations
+       Repairing Operations
    Using measurement tools
-    TUI Scripts
+    TUI Scripts

diff --git a/doc/salome/gui/GEOM/whgdata/whnvl32.htm b/doc/salome/gui/GEOM/whgdata/whnvl32.htm index 5927c3d7f..02a78831c 100755 --- a/doc/salome/gui/GEOM/whgdata/whnvl32.htm +++ b/doc/salome/gui/GEOM/whgdata/whnvl32.htm @@ -48,23 +48,23 @@ body {background-color:White; } G H I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z

diff --git a/doc/salome/gui/GEOM/whskin_info.htm b/doc/salome/gui/GEOM/whskin_info.htm index 701c66e27..3b8f6dd5c 100755 --- a/doc/salome/gui/GEOM/whskin_info.htm +++ b/doc/salome/gui/GEOM/whskin_info.htm @@ -9,7 +9,7 @@ - + diff --git a/doc/salome/gui/GEOM/whxdata/whftdata0.xml b/doc/salome/gui/GEOM/whxdata/whftdata0.xml index f90fdae90..f68fb1ca8 100755 --- a/doc/salome/gui/GEOM/whxdata/whftdata0.xml +++ b/doc/salome/gui/GEOM/whxdata/whftdata0.xml @@ -5,14 +5,12 @@ - - @@ -32,17 +30,9 @@ - - - - - - - - @@ -59,6 +49,7 @@ + @@ -86,6 +77,7 @@ + diff --git a/doc/salome/gui/GEOM/whxdata/whfts.xml b/doc/salome/gui/GEOM/whxdata/whfts.xml index 13723ae16..71b4b3308 100755 --- a/doc/salome/gui/GEOM/whxdata/whfts.xml +++ b/doc/salome/gui/GEOM/whxdata/whfts.xml @@ -1,7 +1,7 @@ - + - + diff --git a/doc/salome/gui/GEOM/whxdata/whfwdata0.xml b/doc/salome/gui/GEOM/whxdata/whfwdata0.xml index 57b503e62..59074e498 100755 --- a/doc/salome/gui/GEOM/whxdata/whfwdata0.xml +++ b/doc/salome/gui/GEOM/whxdata/whfwdata0.xml @@ -1,1278 +1,1338 @@ - 0,3,4,6,7,9,11,12,19,46,48,52,63,64,66,75,41,81,83, - 66, - 19, + 0,3,4,5,6,8,10,17,36,38,42,44,54,55,57,63,66,72,74, + 57, + 17, 4, - 0,2,3,4,6,7,9,10,11,12,15,16,19,21,24,26,27,28,29,30,43,44,46,47,48,51,52,53,54,55,56,57,60,61,62,63,64,65,66,67,68,69,71,72,75,74,77,79,36,38,39,40,41,42,34,33,32,81,82,83,84,88,89, - 3,19,52,64,75,81, - 3,4,6,9,19,46,52,66,75,81, - 3,81, + 0,2,3,4,5,6,8,9,10,13,14,17,19,22,24,25,26,27,28,33,34,36,37,38,41,42,43,44,45,46,47,51,52,53,54,55,56,57,58,59,60,62,63,65,66,68,70,32,30,72,73,74,75,80,81, + 3,17,42,55,66,72, + 3,4,5,8,17,36,42,44,57,66,72, + 3,72, 4, - 52, - 52, - 52, - 38, - 9, - 66, - 66, - 9,19,52,64,75, - 3,9,46,66,75, - 11, - 64, + 42, + 42, + 42, + 32, + 8, + 57, + 57, + 8,17,42,55,66, + 3,8,36,57,66, + 10, + 55, 3, - 66,75, - 52, - 6,39,32,81, - 52,66, - 39,40,41,42,32, - 58,6,8,15,18,19,22,23,24,25,28,45,46,48,49,50,52,55,56,57,60,66,70,72,74,38,39,40,41,42,34,33,32,81,82,84,85,88, - 3,7,9,19,46,64,66,75,81, - 3,4,6,48,52,66,81, - 81, - 11, - 81, - 52, - 3,6,7,64,81, - 46,52,66,75, - 6,44,66,72,36,39,41,34,33,32,81, - 39,40,41,42,32, - 42, - 1,2,6,8,11,15,19,21,46,48,52,56,62,63,66,72,74,39,40,41,42,33,32,81,82,85, - 3,9,11,19,52,64,66,75,81, - 46,75, - 52, - 11, - 66, - 52, - 7,64,66,81, - 12,15,22,44,51,60,62,63,66,72,78,35,36,38,39,40,41,34,33,32,85,87,89, - 39,32, - 42, - 58,46,48,52,56,72,74,39,41,33,81, - 7,9,19,46,64,66,81, - 66, - 9,64,66, - 0,3,11,19,44,46,48,52,63,66,72,75,74,36,37,41,81, - 3,6,9,11,19,46,52,66,75,81,83, + 57,63,66, + 42, + 5,72, + 42,57, + 48,5,7,13,16,17,20,21,22,23,26,35,36,38,39,40,42,45,46,47,51,57,61,65,32,30,72,73,75,76,80, + 3,6,8,17,36,55,57,66,72, + 3,4,5,38,42,44,57,72, + 72, + 10, + 72, + 42, + 3,5,6,55,72, + 36,42,57,66, + 5,34,57,63,30,72, + 1,2,5,7,10,13,17,19,36,38,42,46,53,54,57,65,30,72,73,76, + 3,8,10,17,42,55,57,66,72, + 36,66, + 42, + 10, + 57, + 42, + 6,55,57,72, + 13,20,34,41,49,51,53,54,57,63,69,32,30,76,77,79,81, + 48,36,38,42,46,65,30,72, + 6,8,17,36,55,57,72, + 57, + 8,55,57, + 0,3,10,17,34,36,38,42,54,57,65,66,31,72, + 3,5,8,10,17,36,42,57,66,72,74, 4, - 7,64,66, - 58,52,72,38,41, - 19,66,81, - 66, - 46,52,66,72,41, - 3,9,46,64,66,75,81, - 52,72,41, - 52,66,75,81, - 46,52,72,74,41, - 74, - 74, - 54, - 74, - 83, - 8,17,29,30,50,77,42, - 0,72,41,32, - 0,16,41, - 72,41, - 16,48,37,41,89, - 0,3,4,6,7,9,19,46,48,64,66,75,41,81,89, - 48,89, - 3,4,6,7,9,11,19,46,48,64,66,75,81, - 6,66, - 41, - 8,20,25,29,30,46,73,76,77,36,34,86, - 39, - 8,15,21,22,24,51,54,60,62,63,74,77,39,84,85,88, - 66, - 58,10,27,53,54,55,68,71,74,79,41,42,82, - 8,10,57,59,61,36,39,42,81,82, - 33, - 48, - 55,66,67,68,72,74,36,41,42,81, - 23,29,50,62,63,77, - 2,54,60,68,72,41,82, - 51,41,32,81,89, - 89, - 19,81, - 10,39, - 59,42, - 72,41, - 72,41, - 1,3,19,46,66,75,74,32,81, - 19, - 19, - 2,4,39, - 52, - 0,1,2,58,8,10,13,14,15,16,18,20,21,22,23,24,25,26,27,28,29,30,43,44,45,47,49,50,51,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,71,72,73,74,76,77,78,79,80,36,38,39,40,41,42,34,33,32,82,84,85,86,88,89, - 55,67,36,81, - 35, - 35, - 58,51,32, - 0,58,16,74,78,79,80,35,37,41,89, - 8,51,32,82, - 19,21,24,51,53,55,57,67,68,36,38,40,42,32,81, - 3,22,32, - 21,24,29,55,61,66,67,69,72,36,40,41,42,82,84, - 61,36, - 29,36, - 1,2,3,4,15,22,26,31,50,51,52,60,62,63,74,38,39,34,32,85,88, - 52,38, - 52, - 25, - 66,72,74,41, - 66, - 10, - 58,54, - 22, - 3,22,72,41,32, - 54, - 58,6,9,5,28,31,52,56,65,38,39, - 7,18,23,45,31,70,38,34,33, - 8,21,56,35, - 66, - 9,46,52,38, - 13,66,71,79,41, - 13,66,80,41, - 52,38, - 0,4,58,6,8,11,12,13,16,17,23,28,48,52,64,66,72,74,80,36,37,38,39,40,41,42,34,32,81,83,86,89, - 6, - 6, - 52,64,66, - 52,64,66, - 64, - 65,39, - 31,66,37, - 43,51,35,37,32,86, - 72,41, - 72,41, - 58,6,9,5,20,25,30,31,60,65,73,76,39,34,86, - 51,71,79,41,32,86,89, - 58, - 46,75, - 31, - 32,88, - 58,51,56,72,80,41,32, - 37, - 8,15,21,26,52,54,55,74,77,38,40,42,32,84, - 27, - 69,42, - 21,24,69,40, - 89, - 6, - 10,39,81, - 81, - 81, - 81, - 81, - 11,12,17,49,83,87, - 6,13,14,28,30,52,66,80,38,39,41, - 6, - 6, - 53,54,55,68,79,41,42,82, - 52,38, - 52,66,38, - 22, - 28,51,35,37,39, - 3,15,74,32, + 6,55,57, + 48,42,32, + 17,57,72, + 57, + 36,42,57, + 3,8,36,55,57,66,72, + 42, + 42,57,66,72, + 36,42,65, + 63,65, + 49,65, + 65, + 74, + 49,77, + 7,15,27,28,40,68, + 0, + 0,14, + 14,38,31,81, + 0,3,4,5,6,8,17,36,38,55,57,66,72,81, + 38,81, + 3,4,5,6,8,10,17,36,38,55,57,66,72, + 5,57, + 7,18,23,27,28,36,64,67,68,78, + 7,13,19,20,22,41,44,51,53,54,65,68,75,76,80, + 57, + 48,9,25,43,44,45,49,59,62,63,65,70,73,77, + 7,9,44,47,50,52,72,73, + 30, + 38, + 44, + 45,57,58,59,63,65,72, + 21,27,40,53,54,68, + 2,51,59,63,73, + 41,72,81, + 77,81, + 17,72, + 9,63, + 50, + 63,77, + 63, + 1,3,17,36,57,65,66,72, + 17, + 17, + 2,4, + 42,49, + 0,1,2,48,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,39,40,41,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,64,65,67,68,69,70,71,32,30,73,75,76,78,80,81, + 45,58,72, + 48,41,77, + 0,48,14,49,65,69,70,71,31,81, + 7,41,49,73, + 17,19,22,41,43,44,45,47,58,59,32,72, + 3,20,63, + 77, + 19,22,27,45,49,52,57,58,60,63,73,75, + 52, + 27,49, + 1,2,3,4,13,20,24,29,40,41,42,51,53,54,65,32,76,80, + 42,32, + 42, + 23, + 57,63,65, + 57, + 9, + 48, + 20, + 3,20,63, + 77, + 48,5,8,26,29,42,46,56,32, + 49,77, + 6,16,21,35,29,61,32,30, + 7,19,46,63, + 57, + 8,36,42,32, + 11,57,62,70, + 11,57,71, + 42,32, + 0,4,48,5,7,10,11,14,15,21,26,38,42,55,57,63,65,71,32,31,72,74,78,81, + 5, + 5, + 42,55,57, + 42,55,57, + 55, + 63, + 56, + 29,57,31, + 41,31,77,78, + 63, + 63, + 48,5,8,18,23,28,29,51,56,64,67,78, + 41,49,62,70,78,81, + 48, + 36,63,66, + 63, + 63, + 63, + 29, + 80, + 48,41,46,71, + 49, + 31, + 7,13,19,24,42,44,45,49,65,68,32,75, + 25, + 60, + 19,22,60,63, + 63,81, + 5, + 9,72, + 72, + 72, + 72, + 72, + 10,15,39,74,77,79, + 5,11,12,26,28,42,57,63,71,32, + 5, + 5, + 43,44,45,59,70,73, + 42,32, + 42,57,32, + 20, + 26,41,31, + 3,13,65, 3, 3, - 12,17,35,37,87,89, - 13,16,66,72,76,41,34,89, - 16,66,41, - 13,66,41, - 16,41, - 52, - 54, - 47,41, - 21,24, - 11,12,17,87, - 0,1,2,58,8,10,12,13,14,15,16,17,18,20,21,22,24,25,26,27,28,29,30,43,44,45,47,50,51,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,71,72,73,74,76,77,78,79,80,35,36,38,39,40,41,42,34,33,32,82,83,84,85,86,87,89, - 7,10,16,18,41,33,81, - 19,29,44,31,61,67,36,39,33, - 3,19,44,74,42,32,82, - 58,38, - 58,6,18,19,20,23,27,28,45,46,47,52,55,57,59,66,70,38,39,41,42,34, - 27,29,61,67,36, - 2,38,39, - 21,64,66,40, - 38, - 38, - 64, - 64, - 37,89, - 72,41, - 10,30,73,38,39,34,86, - 38, - 81, - 16,47,38,41, - 38, - 58, - 58,76,40,34, - 22,31,61,33, - 39,40,41,42,32, - 0,6,14,16,65,39,41, - 48,37, - 72,41, - 72,41, - 72,41, - 72,41, - 16,66,41, - 72,41, - 52, - 8,21,24,27,51,52,54,63,74,77,38,40,42,32,81,82,84,85,88, - 53,54,68,42,82, - 8,9,40, - 72,41, - 2,13,22,25,28,36,39,40,41,34,32, - 66, - 74, - 33, - 1,2,3,4,58,6,7,8,9,10,15,16,19,20,21,22,24,25,26,27,29,30,43,44,45,46,48,50,51,52,53,54,55,61,62,63,64,66,67,68,69,70,73,75,74,76,77,35,36,38,39,40,41,42,34,32,81,82,84,85,86,88,89, - 3,4,6,7,9,11,19,46,48,64,66,75,81, - 48,89, - 1,3,8,15,16,19,20,21,22,24,25,26,29,30,44,46,48,31,50,61,62,63,64,66,67,73,76,77,36,39,41,84,85,86,89, - 51, - 81, - 81, - 54, - 8,29,50,74,77,35, - 3,22,44,72,74,36,41,32, - 72,41, - 72,41, - 72,41, - 7,18,23,60,66,72,39,41,33, - 66, - 7,21,24,64,66,40,81, - 19, - 72,41, - 10,66, - 10,39,81, - 10,39,81, - 38, - 66, - 63,74,89, - 1,8,10,15,21,22,24,26,27,28,29,43,44,50,51,55,56,57,61,62,63,67,68,69,72,74,77,37,39,40,41,42,32,82,84,85,88,89, - 79,38,41, - 61,72,36,41, - 2,39, - 38, - 44,67,72,74,36,41, - 60,39,89, - 2,39, - 56,39, - 52, - 58,12,52,75,74,35,36,38,39,40,41,42,34,32, - 89, - 72,41, - 31, - 74, - 13,71,79,41, - 72,41, - 40, - 0,58,12,13,16,23,72,74,80,36,37,38,39,40,41,42,34,32,83,86,89, - 35, - 48, - 12,53,35,38,40, - 8,10,24,29,55,36,38,39,40, - 55, - 55,57,42, - 57,42, - 57,42, - 2,15,21,26,29,51,55,56,57,67,68,74,36,39,40,42,32,84, - 56,39, - 56,39, - 56,39, - 56,39, - 56,39, - 56,39, - 56,39, - 3,4,6,7,9,11,12,17,19,46,48,49,64,66,71,75,79,35,37,38,41,32,81,83,87,89, - 35, - 35, - 47,52,59,38,41,42, - 0,66,72,41, - 0,66,41, - 54, - 48, - 8,16,29,57,77,41,42, - 12,55,56,57,74,83, - 89, - 72,41, - 8,52,74,42,82,85, - 8,52,74,42,82,85, - 8,52,42,82,85, - 35, - 58, - 58, - 58, - 58, - 89, - 0,1,58,8,9,10,13,15,16,19,22,25,26,27,29,43,44,46,50,52,61,63,65,66,67,72,73,74,36,38,39,41,34,32,81,85,86,87, - 66, - 66, - 9, - 9, - 9, - 9, - 0,41, - 89, - 38, - 38, - 58, - 16,30,74,35,36,38,40,41,34,33,32,89, - 58, - 3,26,32, - 52,66, - 79,80,41, - 38, - 1,16,29,54,66,74,41,42,32,81,82,85, - 32,89, - 38, - 1,58,8,15,20,21,22,24,25,26,27,29,30,44,50,51,61,62,63,67,73,74,76,77,36,40,34,32,84,85,86,88,89, - 21,74, - 35, - 35, - 35, - 13,48,38,41, - 27,72,41,34, - 0,1,2,58,8,10,12,13,14,15,16,17,18,20,21,22,23,24,25,26,28,29,30,43,44,45,47,49,50,51,53,54,55,56,57,59,60,61,62,63,65,66,67,68,69,70,71,72,73,74,76,77,78,79,80,36,37,39,40,41,42,34,33,32,82,83,84,85,86,87,89, - 80,41, - 62,74,89, - 37, - 6,5,27,28,46,39,34, - 31,37, - 37, - 38, - 28,39, - 61,67,36, - 29,36, - 46,75, - 66, - 81, - 81, - 58, - 66, - 58, - 58, - 58, - 58, - 58, - 3,58,9,10,14,16,19,27,28,29,30,43,44,46,47,48,52,56,59,60,61,62,66,67,72,73,75,74,78,80,36,38,39,41,42,34,32,81,88, - 66, - 66, - 10,19,46,39, - 10,19,46,39, - 46, - 48, - 38, - 38, - 69,42,81, - 52,66, - 13,41, - 32, - 17,19,44,51,36,37,32,87, - 79,36,41, - 10,43,39,81, - 81, - 53,62,63,82,88,89, - 8,15,21,24,25,51,53,54,56,57,60,62,63,75,77,39,40,42,34,33,32,82,84,85,88, - 72,41, - 72,41, - 66,72,41, - 38, - 66, - 75,74,35,38,34,33,83,89, - 31,37, - 58,9, - 13,14,66,71,79,41, - 31,34,81, - 58, - 74,89, - 7,11,45,33, - 11, - 16,41, - 58,33, - 29,44,61,36, - 29,44,31,61,67,36, - 3,4,6,7,9,11,12,19,46,48,31,52,64,65,66,75,35,36,37,38,39,40,42,34,33,32,81, - 0,1,2,58,8,10,13,14,15,16,18,20,21,22,23,24,25,26,27,28,29,30,43,44,45,47,50,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,71,72,73,74,76,77,78,79,80,36,38,39,40,41,42,34,32,82,84,85,86,89, - 1,58,15,20,22,25,26,29,30,44,50,61,62,63,67,73,76,85,86, - 3,12,18,46,31,55,35,36,37,38,39,40,41,42,34,33,32,87,89, - 66,72,41, - 0,1,2,3,4,58,6,7,8,9,10,11,13,15,16,18,19,20,21,22,24,25,26,27,28,29,30,43,44,45,46,47,48,50,51,52,53,54,55,56,57,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,75,74,76,77,78,79,80,36,38,39,40,41,42,34,33,32,81,82,84,85,86,89, - 6,52,66,38,34,81, - 66, - 6, - 13,66,41, - 14,66,41, - 89, - 66, - 48,66,34,81, - 6, - 3,4,6,7,9,11,12,17,19,46,48,52,64,66,75,81,83,87, - 15,26,62,37,32, - 3,6,9,10,14,19,24,27,28,30,43,46,47,50,55,59,63,66,75,38,39,41,42,34,32,81,84, - 51,54, - 6,47,52,60,66,38,39,41, - 35, - 27,52,55,38, - 6,48,31,65,39,89, - 89, - 48, - 39, - 32, - 89, - 72,73,41,34, - 7,21,24,29,66,36,40,81, - 89, - 9, - 58,9,56,39, - 58, - 35, - 13,38,41, - 66,79,41, - 86, - 38, - 19,48,66,35, - 38, - 38, - 38, - 38, - 38, - 38, - 38, - 38, - 38, - 0,12,14,16,17,27,56,66,78,79,80,35,39,41,34,81,83,87,89, + 15,49,31,77,79,81, + 49, + 49, + 11,14,57,63,67,81, + 14,57, + 11,57, + 14, + 42, + 63, + 44, + 37, + 63, + 19,22, + 10,15,77,79, + 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,22,23,24,25,26,27,28,33,34,35,37,40,41,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,30,73,74,75,76,77,78,79,81, + 6,9,14,16,30,72, + 17,27,34,29,52,58,30, + 3,17,34,65,73, + 48,32, + 48,5,16,17,18,21,25,26,35,36,37,42,45,47,50,57,61,32, + 25,27,52,58, + 2,32, + 19,55,57, + 32, + 32, + 55, + 55, + 31,81, + 63, + 9,28,64,32,78, + 32, + 72, + 14,37,32, + 32, + 48, + 48,67, + 20,29,49,52,30, + 0,5,12,14,56, + 38,49,31, + 63, + 63, + 63, + 63, + 63, + 14,57, + 63, + 63, + 42, + 7,19,22,25,41,42,44,49,54,65,68,32,72,73,75,76,80, + 43,44,59,73, + 63, + 7,8, + 63, + 63, + 2,11,20,23,26, + 57, + 65, + 30, + 1,2,3,4,48,5,6,7,8,9,13,14,17,18,19,20,22,23,24,25,27,28,33,34,35,36,38,40,41,42,43,44,45,49,52,53,54,55,57,58,59,60,61,64,65,66,67,68,32,72,73,75,76,77,78,80,81, + 3,4,5,6,8,10,17,36,38,55,57,66,72, + 38,81, + 1,3,7,13,14,17,18,19,20,22,23,24,27,28,34,36,38,29,40,52,53,54,55,57,58,64,67,68,75,76,78,81, + 49, + 41, + 72, + 72, + 44, + 7,27,40,49,65,68, + 3,20,34,63,65, + 63, + 63, + 63, + 63, + 6,16,21,51,57,30, + 57, + 6,19,22,55,57,72, + 17, + 63, + 9,57,63, + 9,72, + 9,72, + 32, + 57, + 49,54,65,77,81, + 1,7,9,13,19,20,22,24,25,26,27,33,34,40,41,45,46,47,49,52,53,54,58,59,60,63,65,68,31,73,75,76,80,81, + 70,32, + 52, + 2, + 32, + 34,58,63,65, + 51,81, + 2, + 46,63, + 63, + 42, + 48,42,65,66,32, + 81, + 29, + 65, + 11,62,70, + 63, + 49, + 0,48,11,14,21,63,65,71,32,31,74,78,81, + 38, + 43,32, + 7,9,22,27,45,32, + 45, + 45,47, + 47, + 47, + 41, + 2,13,19,24,27,41,45,46,47,49,58,59,63,65,75, + 46, + 46, + 46, + 46, + 46, + 46, + 3,4,5,6,8,10,15,17,36,38,39,49,55,57,62,66,70,32,31,72,74,77,79,81, + 77, + 37,42,50,63,32, + 0,57, + 0,57, + 38,49, + 7,14,27,47,49,68, + 45,46,47,65,74, + 81, + 49, + 49, + 49, + 63, + 63, + 63, + 49,77, + 49, + 7,42,65,73,76, + 7,42,65,73,76, + 7,42,73,76, + 63, + 48, + 48, + 48, + 48, + 81, + 0,1,48,7,8,9,11,13,14,17,20,23,24,25,27,33,34,36,40,42,52,54,56,57,58,63,64,65,32,72,76,78,79, + 57, + 57, + 8, + 8, + 8, + 8, + 0, + 81, + 32, + 32, + 48,44, + 14,28,65,32,30,77,81, + 48, + 3,24, + 42,57, + 70,71, + 32, + 1,14,27,44,57,63,65,72,73,76, + 81, + 32, + 1,48,7,13,18,19,20,22,23,24,25,27,28,34,40,41,52,53,54,58,64,65,67,68,75,76,78,80,81, + 19,63,65, + 77, + 77, + 77, + 11,38,32, + 25,63, + 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,37,39,40,41,43,44,45,46,47,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,31,30,73,74,75,76,78,79,81, + 71, + 53,65,81, + 31, + 5,25,26,36, + 29,49,31,77, + 31, + 49, + 32, + 26, + 52,58, + 27, + 36,66, + 57, + 72, + 72, + 48, + 57, + 48, + 48, + 48, + 48, + 48, + 3,48,8,9,12,14,17,25,26,27,28,33,34,36,37,38,42,46,50,51,52,53,57,58,63,64,65,66,69,71,32,72,80, + 57, + 57, + 9,17,36, + 9,17,36, + 36, + 38, + 32, + 32, + 60,72, + 42,57, + 11, + 15,17,34,41,31,77,79, + 70, + 9,33,72, + 72, + 43,44,53,54,73,80,81, + 7,13,19,22,23,41,43,44,46,47,51,53,54,63,66,68,30,73,75,76,80, + 49, + 63, + 63, + 57,63, + 32, + 57, + 63,65,66,32,30,74,81, + 29,49,31,77, + 48,8,63, + 49, + 11,12,57,62,70, + 29,72, + 48,49, + 49,65,81, + 6,10,35,30, + 10, + 63, + 63, + 14, + 44, + 48,30, + 27,34,52, + 27,34,29,52,58, + 3,4,5,6,8,10,17,36,38,29,42,49,55,56,57,66,32,31,30,72, + 0,1,2,48,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,40,43,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,73,75,76,78,81, + 1,48,13,18,20,23,24,27,28,34,40,52,53,54,58,63,64,67,76,77,78, + 3,10,16,36,29,45,49,32,31,30,77,79,81, + 57,63, + 0,1,2,3,4,48,5,6,7,8,9,10,11,13,14,16,17,18,19,20,22,23,24,25,26,27,28,33,34,35,36,37,38,40,41,42,43,44,45,46,47,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,32,30,72,73,75,76,78,81, + 5,42,57,32,72, + 57, + 5, + 11,57, + 12,57, + 81, + 57, + 38,57,72, + 5, + 3,4,5,6,8,10,15,17,36,38,42,55,57,66,72,74,79, + 13,24,53,63,31, + 3,5,8,9,12,17,22,25,26,28,33,36,37,40,45,50,54,57,63,66,32,72,75, + 41,44,49, + 5,37,42,51,57,32, + 49, + 25,42,45,32, + 49, + 5,38,29,49,56,81, + 81, + 38, + 81, + 63,64, + 6,19,22,27,57,72, + 81, + 8, + 48,8,46, + 48, + 49,77, + 11,32, + 57,70, + 78, + 32, + 17,38,57,63, + 32, + 32, + 32, + 32, + 32, + 32, + 32, + 32, + 32, + 0,12,14,15,25,46,57,69,70,71,72,74,77,79,81, 3, 4, - 81, + 72, 3, - 4,6,66,81, - 6, - 6, - 64,66, - 64,66, - 64, - 81, - 81, - 81, - 81, + 4,5,57,72, + 5, + 5, + 55,57, + 55,57, + 55, + 72, + 72, + 72, + 72, 3, 3, - 7, - 6,19,66, - 64, - 64, - 81, - 81, - 7,66, - 66, - 7,81, - 66, - 19,46,66, - 9, - 9, - 9, - 9, + 6, + 5,17,57, + 55, + 55, + 72, + 72, + 6,57, + 57, + 6,72, + 57, + 17,36,57, + 8, + 8, + 8, + 8, 3, - 3,66,75, - 66, - 19,46, - 19,46, - 46, - 19, - 81, - 81, - 7, - 66, - 48, - 66, + 3,57,66, + 57, + 17,36, + 17,36, + 36, + 17, + 72, + 72, + 6, + 57, + 38, + 57, 3, 3, 3, - 6, - 81, - 81, - 81, - 81, - 66, + 5, + 72, + 72, + 72, + 72, + 57, 3, 3, - 3,9, + 3,8, 3, - 3,9, - 3,9, - 3,9,81, + 3,8, + 3,8, + 3,8,72, 4, 4, 4, - 19, - 4,81, + 17, + 4,72, 3, 3, 3, 3, - 81, - 81, - 19, - 19, + 72, + 72, + 17, + 17, 3, 3, 3, - 9, - 9, - 9, - 66, - 19, - 81, - 81, - 81, - 81, - 7, - 66, - 66, - 46, - 75, - 75, - 46, - 9, - 9, - 7, - 64, - 64, - 64, - 64, - 64, - 81, - 81, - 81, - 81, - 81, + 8, + 8, + 8, + 57, + 17, + 72, + 72, + 72, + 72, + 6, + 57, + 57, + 36, + 66, + 66, + 36, + 8, + 8, + 6, + 55, + 55, + 55, + 55, + 55, + 72, + 72, + 72, + 72, + 72, 3, 3, 3, - 19, - 81, + 17, + 72, 3, - 19,46,66, - 66, - 66,81, - 81, - 81, - 0,13,16,21,30,48,52,60,66,72,79,80,38,39,41,34, - 31,37, - 53,42,81, - 37, - 3,4,6,7,9,11,19,46,48,31,52,64,66,75,35,37,38,81, - 37, - 66, - 3,4,6,7,9,11,19,46,48,52,64,66,75,81, - 30, - 6, - 59,37,42, - 48, - 16,41, - 18,35, - 27,89, - 10,27,60,66,39, - 57,63, - 52,38, - 38, - 53,54,55,68,69,42,82, - 38, - 16,41, - 60,39, - 21, - 56,39, - 28,56,39, - 72,41, - 28,39, - 58, - 66,80,41, + 17,36,57, + 57, + 57,72, + 72, + 72, + 0,11,14,19,28,38,42,49,51,57,63,70,71,32, + 29,31, + 43,49,72,77, + 63, + 31, + 63, + 3,4,5,6,8,10,17,36,38,29,42,55,57,66,32,31,72, + 31, + 57, + 3,4,5,6,8,10,17,36,38,42,55,57,66,72, + 28, + 5, + 50,31, + 38, + 14, + 16, + 25,81, + 9,25,51,57, + 47,54, + 42,32, + 32, + 43,44,45,59,60,73, + 32, + 14, + 51, + 19, + 46, + 26,46, + 26, + 48, + 57,71, 3, - 22, - 60,39, - 60,39, - 58,31, - 52,66,72,41, - 83, - 0,41, - 16,41, - 12, - 49, - 46, - 3,19,30,75, - 66, - 52,66, - 44,36, - 16,41, - 52,38, - 52,38, - 52,38, - 58, - 53,54,68,42,82,89, - 89, - 66, - 46,75, - 25,51,34,32, - 51,32, - 22,32, - 89, - 54, - 66, - 0,52,74,38,41, - 72,41, - 1,15, - 60,39, - 2,3,50,74,39,32,89, + 20, + 51, + 51, + 48,29, + 42,57,63, + 49, + 74, + 0, + 14, + 77, + 39,77, + 49, + 36, + 3,17,28,66, + 57, + 42,57, + 34, + 14, + 42,32, + 42,32, + 42,32, + 63, + 49,77, + 49,77, + 63, + 48, + 63, + 43,44,59,73,81, + 81, + 57, + 36,66, + 23,41, + 41,44, + 44, + 44, + 20, + 81, + 44,49,77, + 57, + 0,42,65,32, + 1,13, + 51, + 2,3,40,65,81, 3, 3, - 74, - 3,10,13,14,16,20,22,27,30,44,48,60,65,66,71,72,73,74,76,78,79,80,36,39,41,34,32,81,86,89, - 6, - 10,39, - 78,41, - 78,41,34, - 27, - 60,39, - 60,39, - 60,39, - 20,22,60,71,73,76,39,41,34,32,86, - 39, - 60,39, - 79,41, - 43, - 51,54,59,74,42,32,81, - 6, - 63,32, - 51,54,37,42,32,81, - 54, - 74,80,41, - 0,1,2,58,8,5,10,13,14,15,16,18,20,21,22,23,24,25,26,27,28,29,30,43,44,45,47,50,51,52,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,71,72,73,74,76,77,78,79,80,35,36,38,39,40,41,42,34,32,82,84,85,86,88,89, - 89, - 26,40,32,84, - 6,7,10,52,56,57,60,66,39,42,81,82,89, - 6, - 1,3,19,46,66,75,32,81, - 3,22,32, - 6,28,39, - 11,33, - 8,11,52,64,66,40,81, - 6,8,52,64,66,81, - 4,8,48,64, - 52,38, - 81, - 10,81, - 10,39,81, - 10,39,81, - 3,15,32, - 3,15, - 7,18, - 6,19,20,52,66,34, - 21,64,66,40, - 21,64, - 7,66, - 7,24,66,40,81, - 24, - 9,19,25,46,66,34, - 3,26,32, - 3,19,30,46,66,75,34,81, - 30,46, - 19,44,36, - 43,39,81, - 43,81, - 7,45, - 47,52,66,41, - 4,60, - 58,9, - 58,9, - 3,22,32, - 3,50,32, - 3,50, - 51,32,81, - 53,81, - 53,42,81, - 53,81, - 55, - 55, - 55,42, - 55,42, - 6,56,39, - 6,56,39, - 57,42,81, - 57,42,81, - 59,42,81, - 4,60,39, - 19,61,36, - 3,4,62,32, - 3,62, - 3,62,81, - 3,22,32, - 54,42,81, - 19,29,46,36, - 19,29,66,81, - 58,9, - 58,9, - 58,9, - 19,67,36, - 66,68,42,81, - 69,42,81, - 7,70, - 66,71,41, - 46,73,34, - 46,75,74, - 75, - 46,76,34, - 6,7,11,64,77,40, - 64, - 64,40,84, - 64,84, - 19,42,81,82, - 81,82, - 81,82, - 3,7,19,46,64,66,75,32,81,85, - 3,4,19,85, - 3,4,6,7,9,19,46,48,52,63,64,66,75,32,81, - 3,63,32, - 3,63,32, - 3,19,46,66,75,34,81,86, - 32,89, - 52,38, - 60,39, - 52,66,81, - 52,38, - 28,44,52,72,36,39,41, - 19, - 44,36, - 28,72,36,38,39,41, - 28,44,47,72,39,41, - 28,39, - 72,41, - 72,41, - 12,59,63,74,42,87, - 38, - 52,38, - 37, - 58, - 0,1,2,58,8,5,10,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,43,44,45,47,49,50,51,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,71,72,73,74,76,77,78,79,80,35,36,37,38,39,40,41,42,34,32,82,84,85,86,87,88,89, - 72,41, - 2,58,39, - 2,4,39, - 34, - 63,32, - 28,44,52,36,38,39, - 52, - 19, - 44,36, - 52,38, - 28,30,52,36,38,39, - 28,44,39, - 28,39, - 26,40,32,84, - 53,42,81, - 81, - 81, - 81, - 0,11,12,16,72,41,87, - 2,31,39, - 16,54,41,42,32, - 41,42, - 54,42,81, - 31,35, - 52,38, - 54,57,42, - 89, - 6,5,55,56,57,39,42,81, - 81, - 81, - 65,39, - 52,55,57,79,38,41,42, - 0,1,2,58,8,10,15,16,18,20,21,22,23,24,25,26,29,30,43,44,45,47,50,51,53,54,55,56,57,59,60,61,62,63,67,69,70,71,72,73,76,77,78,79,80,36,37,39,40,41,42,34,32,82,84,85,86,88,89, - 8,29,50,77, - 27, - 19,44,36, - 52, - 52, - 72,41, - 55,56,57,39,42, - 55,57,42, - 55,57,42, - 56,39, - 56,39, - 52, - 52, - 8,10,27,29,30,43,44,55,57,61,67,68,69,77,82, - 10,43,72,74,35,38,41, - 16,41, - 59,42, - 72,41, - 1,58,8,15,16,20,21,22,24,25,26,27,29,30,44,50,51,61,62,63,67,73,74,76,77,36,40,41,34,32,81,84,85,86,88,89, - 52, - 52, - 22,32, - 13,41, - 52, - 3,15,26,29,59,62,36,42,32,84, - 21, - 30, - 58, - 28,44,49,55,56,57,59,66,71,72,79,36,39,41,42,81, - 56,39, - 39, - 1,2,3,4,6,7,9,10,12,15,17,18,19,20,22,25,26,27,29,30,43,44,46,48,31,50,51,53,54,55,59,61,62,63,64,65,66,67,68,73,75,76,80,35,36,37,38,39,40,41,42,34,33,32,81,82,85,86,87,89, - 27,52, - 0,10,12,16,43,78,79,80,35,41,89, - 13,41, - 89, - 59,42,81, - 51,52,66,32,89, - 63, - 0,16,23,54,55,56,57,62,63,66,72,74,35,39,41,42,32,81,88, - 83, - 13,16,66,37,41,89, - 13,66,41, - 0,1,2,4,58,6,7,8,10,13,14,15,16,18,21,22,23,24,26,27,28,29,43,44,45,47,31,50,53,54,55,56,57,59,60,61,62,63,65,66,67,68,69,70,71,72,74,77,78,79,80,35,36,39,41,42,33,81,82,84,85,89, - 66,72,41, - 37, - 8,40, - 31, - 5,12,87, - 72,41, - 58,32, - 8,21,24,51,77,40,32,84,85, - 66, - 0,16,53,54,68,41,42,82, - 0,1,2,58,8,10,13,14,15,16,17,18,20,21,22,23,24,25,26,28,29,30,43,44,45,47,50,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,71,72,73,74,76,77,78,79,80,38,33,82,83,84,85,86,87,89, - 60,39, - 51,74,32, - 51,32, - 21,24,51,74,32, - 64, - 6, - 6, - 6, + 65, + 3,9,11,12,14,18,20,25,28,34,38,51,56,57,62,63,64,65,67,69,70,71,72,78,81, + 5, + 9, + 69, + 69, + 25, + 51, + 51, + 51, + 18,20,51,62,64,67,78, + 51, + 70, + 33, + 49, + 41,44,50,65,72, + 44, + 44, + 5, + 54, + 41,44,31,72, + 49, + 44, + 65,71, + 63, + 0,1,2,48,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,40,41,42,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,73,75,76,78,80,81, + 81, + 24,75, + 5,6,9,42,46,47,51,57,72,73,81, + 5, + 1,3,17,36,57,66,72, + 3,20, + 5,26, + 10,30, + 7,10,42,55,57,72, + 5,7,42,55,57,72, + 4,7,38,55, + 42,32, + 72, + 9,72, + 9,72, + 9,72, + 3,13, + 3,13, + 6,16, + 5,17,18,42,57, + 19,55,57, + 19,55, + 6,57, + 6,22,57,72, + 22, + 8,17,23,36,57, + 3,24, + 3,17,28,36,57,66,72, + 28,36, + 17,34, + 33,72, + 33,72, + 6,35, + 37,42,57, + 4,51, + 48,8, + 48,8, + 3,20, + 3,40, + 3,40, + 41,72, + 43,72, + 43,72, + 43,72, + 45, + 45, + 5,46, + 5,46, + 47,72, + 47,72, + 50,72, + 4,51, + 17,52, + 3,4,53, + 3,53, + 3,53,72, + 3,20, + 44,72, + 17,27,36, + 17,27,57,72, + 48,8, + 48,8, + 48,8, + 17,58, + 57,59,72, + 60,72, + 6,61, + 57,62, + 36,64, + 36,65,66, + 66, + 36,67, + 5,6,10,55,68, + 55, + 55,75, + 55,75, + 17,72,73, + 72,73, + 72,73, + 3,6,17,36,55,57,66,72,76, + 3,4,17,76, + 3,4,5,6,8,17,36,38,42,54,55,57,66,72, + 3,54, + 3,54, + 3,17,36,57,66,72,78, + 81, + 49, + 42,32, + 51, + 42,57,72, + 42,32, + 26,34,42,63, + 17, + 34, + 26,63,32, + 26,34,37,63, + 26, + 63, + 63, + 50,54,65,79, + 32, + 42,32, + 31, + 63, + 49, + 48, + 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,39,40,41,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,31,73,75,76,77,78,79,80,81, + 63, + 2,48,49,77, + 2,4, + 44, + 1,54, + 26,34,42,32, + 42, + 17, + 34, + 42,32, + 26,28,42,32, + 26,34,63, + 26, + 24,75, + 43,72, + 72, + 72, + 72, + 0,10,14,63,77,79, + 2,29, + 14,44, + 44,72, + 29,49, + 42,32, + 49,77, + 44,47, + 81, + 5,45,46,47,72, + 45,72, + 45,72, + 56, + 42,45,47,70,32, + 63, + 0,1,2,48,7,9,13,14,16,18,19,20,21,22,23,24,27,28,33,34,35,37,40,41,43,44,45,46,47,50,51,52,53,54,58,60,61,62,63,64,67,68,69,70,71,31,73,75,76,77,78,80,81, + 7,27,40,68, + 25, + 17,34, + 42, + 42, + 63, + 45,46,47, + 45,47, + 45,47, + 46, + 46, + 42, + 42, + 7,9,25,27,28,33,34,45,47,52,58,59,60,63,68,73, + 63, + 9,33,63,65,32, + 14, + 50, + 63, + 1,48,7,13,14,18,19,20,22,23,24,25,27,28,34,40,41,49,52,53,54,58,64,65,67,68,72,75,76,77,78,80,81, + 42, + 42, + 20, + 11, + 42, + 3,13,24,50,53,75, + 19, + 28, + 48, + 63, + 26,34,39,45,46,47,50,57,62,63,70,72,77, + 46, + 1,2,3,4,5,6,8,9,10,13,15,16,17,18,20,23,24,25,27,28,33,34,36,38,29,40,41,43,44,45,49,50,52,53,54,55,56,57,58,59,63,64,66,67,71,32,31,30,72,73,76,77,78,79,81, + 25,42,44,63, + 0,9,14,33,49,69,70,71,77,81, + 11, + 81, + 50,72, + 41,42,57,81, + 54, + 0,14,21,45,46,47,53,54,57,63,65,72,80, + 74, + 11,14,49,57,31,81, + 11,57, + 0,1,2,4,48,5,6,7,9,11,12,13,14,16,19,20,21,22,24,25,26,27,33,34,35,37,29,40,43,44,45,46,47,50,51,52,53,54,56,57,58,59,60,61,62,63,65,68,69,70,71,30,72,73,75,76,81, + 57,63, + 31, + 7, + 29, + 77,79, + 63, + 48, + 49, + 49, + 7,19,22,41,49,68,75,76, + 57, + 0,14,43,44,59,73, + 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,37,40,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,30,73,74,75,76,78,79,81, + 49,63, + 51, + 41,65, + 41, + 19,22,41,65, + 55, + 5, + 5, + 5, 3, - 3,4,19,46,48,64,66,81, - 3,7,9,19,64,66,75,81, - 9, + 3,4,17,36,38,55,57,72, + 3,6,8,17,55,57,66,72, + 8, 3, - 9, - 9, - 9, - 3,7,9,19,64,66,75,81, - 4,48, - 3,9,19,66,75,81, - 3,9,19,81, - 3,9,19,81, + 8, + 8, + 8, + 3,6,8,17,55,57,66,72, + 4,38, + 3,8,17,57,66,72, + 3,8,17,72, + 3,8,17,72, 3, - 9,19, - 9,19, - 64, - 9,19, - 9, - 8,50,51, - 0,16,63,72,41,34,32, - 4,11,12,17,44,66,72,74,36,41,32,83,87, - 0,41, - 18,21,40, - 4,60,39, + 8,17, + 8,17, + 55, + 8,17, + 8, + 49, + 7,40,41,63, + 0,14,54,63, + 4,15,34,57,63,65,74,77,79, + 63, + 63, + 0, + 16,19,49, + 4,51, 4, 4, 4, - 22,50,55,62,74,32, - 19,61,36, - 61,36, - 42, - 4,27,60,39,81, - 74, - 55,66,81, - 54, - 19,61,36, - 54, - 2,3,4,53,60,62,74,39,42,32,81,88,89, - 30,75,74,34,32,81,88, + 20,40,45,53,65, + 17,52, + 52, + 4,25,51,72, + 65, + 45,57,72, + 44, + 17,52, + 44,49,63, + 2,3,4,43,49,51,53,65,72,80,81, + 28,65,66,72,80, 3, 3, 3, - 89, - 37, - 2,39, - 0,1,3,4,58,8,9,15,16,19,21,22,24,25,26,29,46,48,50,51,52,53,55,59,62,63,66,69,72,75,74,77,38,40,41,42,32,81,82,84,85,89, - 1,3,8,9,15,25,29,50,62,32,82,85, - 1,3,8,9,15,25,29,50,62,32,82,85, - 1,3,9,15,62,32, - 3,9, + 81, + 31, + 2, + 49,77, + 0,1,3,4,48,7,8,13,14,17,19,20,22,23,24,27,36,38,40,41,42,43,45,49,50,53,54,57,60,63,65,66,68,32,72,73,75,76,81, + 1,3,7,8,13,23,27,40,53,73,76, + 1,3,7,8,13,23,27,40,53,73,76, + 1,3,8,13,53, + 3,8, 3, - 52,38, - 3,22,32, - 12,17,35,87, - 0,63,41,32,81,88, - 30, - 72,41, - 6,22,65,72,35,38,39,41, - 66,71,41, - 74, - 51,32, - 51, - 32, - 74, - 8,21,24,31,64,77,40,84, - 52,66,38, - 19,29,46,66,36,81, - 81, - 46,81, - 19, - 19, - 72,41, - 16,66,72,78,39,41, - 66,72,41, - 2,10,16,18,23,28,43,45,53,55,56,57,59,60,65,68,69,70,71,72,78,81,82, - 48, - 55,88, - 52, - 6,65,39, - 6,65,39, - 12,52,38, - 0,1,2,58,8,10,13,14,15,16,17,18,20,21,22,23,24,25,26,28,29,30,43,44,45,47,50,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,71,72,73,74,76,77,78,79,80,33,82,83,84,85,86,87,89, - 66, - 2,39, - 3,19,46,66,81, - 81, - 19,46,81, - 3,19,46,66,81, - 66, - 38, - 3,4,19,46,66,81, - 9, - 9, - 9, - 9, - 9, - 9, - 9, - 9, - 58,9,62,38,32, - 43,46,75, - 72,41, - 89, - 3,10,15,21,24,26,43,74,77,39,40,32,81,84, - 3,21,26,40,32,84, - 7,21,64,66,40,81, - 21,64,40, - 64, - 26,40,32,84, - 26,40,32,84, - 48,52,66, - 0,27,31,37,41,83, - 72,41, - 35, - 60,39, - 51,63,32, - 63,32, - 74, - 81, - 12,87, - 87, - 48,53,54,66,68,72,78,79,80,41,42,82,89, - 48,89, - 60,39, - 0,13,14,16,47,31,66,71,72,78,79,80,41, - 55,57,42, - 62,32, - 34, - 72,35,37,41, - 72,41, - 72,41, - 66, - 47,74,41, - 72,41, - 0,1,2,4,58,6,7,8,10,13,14,15,16,18,20,21,22,23,24,25,26,27,28,29,30,43,44,45,47,50,53,54,55,56,57,59,60,61,62,63,65,66,67,68,69,70,71,72,73,74,76,77,78,79,80,36,38,39,40,41,42,34,32,81,82,84,85,86,89, - 72,41, - 14,41,34, - 14,27,28,52,38,39,41,34,89, - 55,68,42, - 19,67,72,36,41, - 12,17,54,35,87, - 81, - 81, - 55,67,68,36,42,81, - 55,66,68,42,81, - 52,66, - 13,15,16,19,56,66,69,78,79,80,39,41,42,34,32,89, - 18,45,70, - 18,45,70, - 3,4,6,7,9,11,19,46,48,31,52,64,66,75,81,89, - 55,72,74,41,81,89, - 72,41, - 38, - 37, - 69,42,81, - 0,1,2,58,8,10,13,14,15,16,17,18,20,21,22,23,24,25,26,28,29,30,43,44,45,47,50,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,71,72,73,74,76,77,78,79,80,38,33,82,83,84,85,86,87,89, - 87, - 37, - 8,15,21,24,51,53,54,56,57,60,62,63,75,77,39,40,42,33,82,84,85,88, - 2,7,70,39,33, - 66, - 72,74,41, - 0,1,2,4,8,5,10,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,43,44,45,47,48,50,51,53,54,55,56,57,59,60,61,62,63,65,66,67,68,69,70,71,72,73,74,76,77,78,79,80,35,36,37,38,39,40,41,34,32,82,84,85,86,87,88,89, - 43,74,39,32,88,89, - 60,39, - 33, - 22,29,61,67,36,32, - 0,12,16,28,30,46,55,59,63,39,41,42,32,88, - 11,12,17, - 3,4,6,7,9,11,12,19,46,64,66,75,81,87, - 3,11,12,46,75,83, - 66,71,41, - 6,48,66,35, - 12,87, - 0,2,4,10,12,13,14,16,18,20,23,27,29,43,44,45,47,48,31,49,52,53,54,55,57,59,60,61,65,66,67,68,69,70,71,72,78,79,80,35,36,38,39,41,42,34,81,82,83,89, - 38,33, - 38,33, - 19, - 27, - 41, - 43,46,48,66,39,81,89, - 81, - 81, - 14,41, - 14,20,46,59,73,76,41,42,34,87, - 58,29,46,59,61,67,73,76,36,42,34, - 63,86,89, - 12,17,87, - 30, - 29,50,78,79,38,41, - 38, - 51,32, - 62,32, - 59,42, - 62, - 51, - 55,56,57, - 30, - 58,9, - 10,62,72,39,41,32, - 46,75,74, - 46, - 46,75, - 46,75, - 46, - 89, - 72,41,32, - 30,54, - 58,8,9,21,24,27,29,46,56,59,61,67,76,77,36,39,40,42,34,84, - 9, - 9, - 32, - 27, - 67, - 15,22,62,63,38,32,85, - 0,8,10,16,43,51,56,66,72,80,39,41,32,81, - 58, - 0,68,41,42, - 6,7,11,64,77,40,81, - 64, - 64, - 64, - 3,22,32, - 0,72,41, - 72,41, - 72,41, - 72,41, - 72,41, - 52, - 58, - 17, - 1,29,54,74,42,32,82,85, - 31,55,57,37,42, - 57,42, - 57,42, - 74, - 72,41, - 3,4,6,7,9,19,46,64,66,75,35,81, - 27,66,79,41,34,89, - 66, - 48, - 5,38,41,34, - 27,39,34,89, - 27,34, - 27, - 27,46,48,66,81, - 27, - 89, - 27, - 52, - 66, - 66,78,79,80,41, - 66,78,41, - 66,79,41, - 66,80,41, - 30,44,52,59,72,38,41,42,81, - 72,41, - 72,41, - 81, - 53,42,81, - 53,40,42, - 21,24,51,54,77,42,32,81,88, - 8,29,48,77, - 74, - 28,74,39, - 58, - 75,74, - 54,42, - 8,27,72,78,41,86,89, - 54,42, - 74, - 47,66,41, - 54,42, - 47,41, - 8, - 1,3,15,19,22,46,51,53,62,63,75,81,88, - 83, - 22,55,57,63,42,81, - 72,41, - 89, - 52, - 19,44,36, - 19,44,36, - 16,44,47,52,66,72,36,38,41, - 72,41, - 66,72,41, - 52,60,38, - 6, - 6, - 64,40,84, - 64, - 64, - 64, - 81, - 81, - 6,18,56,69,39,42,81, - 6, - 6,5,10,43,31,53,54,55,56,57,59,68,69,39,42,81,82, - 55,57,59,42,81,82, - 55,56,57,39,42,81,82, - 81, - 81, - 81, - 11,12,83, - 83,87, - 32, - 3,4,62,32, - 0,16,60,66,38,39,41, - 21, - 30, - 46,75, - 0,1,2,58,8,10,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,43,44,45,47,50,51,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,71,72,73,74,76,77,78,79,80,35,36,38,39,40,41,42,34,33,32,82,83,84,85,86,87,89, - 38, - 0,3,4,58,8,9,10,14,18,19,21,25,45,46,47,48,54,55,56,57,60,75,77,38,39,40,41,42,81,84,88,89, - 22,27,28,60,72,74,38,39,40,41,34,33,89, - 34, - 16,41, - 48, - 12,17,21,35,39,40,87, - 32, - 6,48,66, - 2,58,16,27,28,44,31,54,56,72,74,80,35,36,38,39,41,42,34,33,32,83,89, - 0,1,2,58,8,10,13,14,15,16,17,18,20,21,22,23,24,25,26,28,29,30,43,44,45,47,50,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,71,72,73,74,76,77,78,79,80,33,82,83,84,85,86,87,89, - 7,64,66,81, - 58, - 58, - 58, - 58, - 0,41, - 52,66,38, - 38, - 0,2,8,10,16,21,24,29,43,47,49,51,52,55,57,59,62,66,67,71,72,74,77,36,38,39,40,41,42,32,82,84,85, - 27, - 72,41, - 3,4,7,15,19,21,24,26,29,46,50,51,53,55,57,62,64,66,67,68,75,74,36,40,42,32,81,82,84,85,88, - 3,75, - 3,19, - 19, - 19, - 3,19, - 19, - 19, - 19, - 3,4,7,15,16,19,21,24,25,26,29,52,53,61,62,63,64,66,67,69,77,36,38,40,41,42,34,32,81,84, - 63, - 25,34, - 25,34, - 38, - 38, - 1,3,58,6,8,9,16,19,25,27,46,48,50,64,66,75,40,41,42,34,32,81,82,85, - 58,8,29,30,50,74,77,37,42, - 0,10,12,16,43,51,78,79,80,35,38,41,32,86,87,89, - 35, - 35, - 12,35, - 52,38, - 81, - 81, - 81, - 35, - 81, - 81, - 3,19,46,66,81, + 42,32, + 3,20, + 15,79, + 0,44,49,54,63,72,80, + 63, + 28, + 63, + 5,20,56,63,32, + 57,62, + 65, + 41,49, + 77, + 41, + 49, + 63,65, + 7,19,22,29,55,68,75, + 42,57,32, + 17,27,36,57,72, + 72, + 36,72, + 17, + 17, + 63, + 14,57,63,69, + 57,63, + 2,9,14,16,21,26,33,35,43,45,46,47,50,51,56,59,60,61,62,63,69,72,73, + 38, + 45,80, + 42, + 5,56, + 5,56, + 42,32, + 63, + 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,37,40,43,44,45,46,47,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,30,73,74,75,76,78,79,81, + 57, + 2, + 3,17,36,57,72, + 72, + 17,36,72, + 3,17,36,57,72, + 57, + 32, + 3,4,17,36,57,72, + 8, + 8, + 8, + 8, + 8, + 8, + 8, + 8, + 48,8,53,32, + 33,36,66, + 81, + 3,9,13,19,22,24,33,65,68,72,75, + 3,19,24,75, + 6,19,55,57,72, + 19,55, + 55, + 24,75, + 24,75, + 38,42,57, + 0,25,29,31,74, + 77, + 51, + 77, + 63, + 41,54, + 77, + 54, + 65, + 72, + 79, + 49,79, + 44, + 49, + 38,43,44,49,57,59,63,69,70,71,73,81, + 38,81, + 51, + 77, + 0,11,12,14,37,29,57,62,63,69,70,71, + 45,47, + 49,53, + 49, + 63,31, + 63, + 63, + 57, + 49, + 49, + 37,65, + 49, + 63, + 0,1,2,4,48,5,6,7,9,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,40,43,45,46,47,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,32,72,73,75,76,78,81, + 63, + 12, + 12,25,26,42,49,32,81, + 45,59, + 17,58,63, + 15,44,77,79, + 63, + 72, + 72, + 45,49,58,59,72, + 45,49,57,59,72, + 63, + 42,57, + 11,13,14,17,46,57,60,69,70,71,81, + 16,35,61, + 16,35,61, + 3,4,5,6,8,10,17,36,38,29,42,55,57,66,72,81, + 45,63,65,72,81, + 63, + 32, + 49,31, + 60,72, + 49, + 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,37,40,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,30,73,74,75,76,78,79,81, + 44,49,79, + 31, + 7,13,19,22,41,43,44,46,47,51,53,54,63,66,68,30,73,75,76,80, + 2,6,49,61,30, + 57, + 63,65, + 0,1,2,4,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,38,40,41,43,44,45,46,47,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,32,31,73,75,76,77,78,79,80,81, + 33,65,80,81, + 51, + 30, + 20,27,52,58, + 0,14,26,28,36,45,50,54,80, + 10,15, + 3,4,5,6,8,10,17,36,55,57,66,72,79, + 3,10,36,66,74, + 57,62, + 5,38,57,77, + 77,79, + 0,2,4,9,11,12,14,16,18,21,25,27,33,34,35,37,38,29,39,42,43,44,45,47,49,50,51,52,56,57,58,59,60,61,62,63,69,70,71,32,72,73,74,77,81, + 32,30, + 32,30, + 17, + 25, + 33,36,38,57,72,81, + 72, + 72, + 12, + 63, + 12,18,36,50,64,67,79, + 48,27,36,50,52,58,64,67, + 44,54,78,81, + 15,79, + 28, + 27,40,69,70,32, + 49,32, + 41, + 53, + 50, + 53, + 41, + 45,46,47, + 28, + 48,8, + 9,53,63, + 36,65,66, + 36, + 36,66, + 36,66, + 36, + 81, + 49,63, + 28,44, + 48,7,8,19,22,25,27,36,46,50,52,58,67,68,75, + 8, + 8, + 25, + 58, + 13,20,53,54,32,76, + 0,7,9,14,33,41,46,57,63,71,72, + 48, + 0,59, + 5,6,10,55,68,72, + 55, + 55, + 55, + 3,20, + 0,63, + 63, + 63, + 63, + 63, + 42, + 48, + 15,77, + 1,27,44,65,73,76, + 29,45,47,31, + 47, + 47, + 63, + 65, + 49, + 63, + 3,4,5,6,8,17,36,55,57,66,72, + 25,49,57,70,81, + 57, + 38, + 32, + 25,81, + 25, + 25, + 25,36,38,57,72, + 25, + 81, + 25, + 44, + 42, + 57, + 57,69,70,71, + 57,69, + 57,70, + 57,71, + 28,34,42,50,63,32,72, + 63, + 63, + 72, + 43,72, + 43, + 19,22,41,44,68,72,80, + 7,27,38,49,68, + 63, + 63,65, + 63, + 26,65, + 49, + 48, + 65,66, + 63, + 44, + 7,25,49,63,69,78,81, + 44, + 65, + 37,57, + 44, + 37, + 7, + 1,3,13,17,20,36,41,43,53,54,66,72,80, + 63,74, + 20,45,47,54,72, + 63, + 81, + 42, + 17,34, + 17,34, + 14,34,37,42,57,63,32, + 63, + 57,63, + 42,51,32, + 49, + 5, + 5, + 55,75, + 55, + 55, + 55, + 72, + 72, + 5,16,46,60,72, + 5, + 5,9,33,29,43,44,45,46,47,49,50,59,60,72,73, + 44,45,47,50,72,73, + 45,46,47,72,73, + 72, + 72, + 72, + 10,74,77, + 74,79, + 49, + 49, + 3,4,53, + 0,14,51,57,32, + 19, + 28, + 36,66, + 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,37,40,41,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,32,30,73,74,75,76,77,78,79,81, + 32, + 0,3,4,48,7,8,9,12,16,17,19,23,35,36,37,38,44,45,46,47,51,63,66,68,32,72,75,80,81, + 20,25,26,51,63,65,32,30,81, + 63, + 14,63, + 38, + 15,19,79, + 77, + 5,38,57, + 2,48,14,25,26,34,29,44,46,49,63,65,71,32,30,74,81, + 0,1,2,48,7,9,11,12,13,14,15,16,18,19,20,21,22,23,24,26,27,28,33,34,35,37,40,43,44,45,46,47,50,51,52,53,54,56,58,59,60,61,62,63,64,65,67,68,69,70,71,30,73,74,75,76,77,78,79,81, + 6,55,57,72, + 48, + 48, + 48, + 48, + 0, + 42,57,32, + 32, + 0,2,7,9,14,19,22,27,33,37,39,41,42,44,45,47,50,53,57,58,62,63,65,68,32,73,75,76, + 25, + 63, + 3,4,6,13,17,19,22,24,27,36,40,41,43,45,47,53,55,57,58,59,63,65,66,72,73,75,76,80, + 3,66, + 3,17, + 17, + 17, + 3,17, + 17, + 17, + 17, + 63, + 3,4,6,13,14,17,19,22,23,24,27,42,43,52,53,54,55,57,58,60,68,32,72,75, + 54, + 23, + 23, + 32, + 32, + 1,3,48,5,7,8,14,17,23,25,36,38,40,53,55,57,66,72,73,76, + 48,7,27,28,40,49,65,68,31, + 63, + 0,9,10,14,33,41,49,69,70,71,32,77,78,79,81, + 49, + 49, + 42,32, + 72, + 72, + 72, + 72, + 72, + 3,17,36,57,72, 4, - 81, - 66, - 66,34, - 2,39, - 2,4,39, - 8,27,29,50,53,55,77,89, - 2,4,39, - 75, - 52, - 52,38, - 38, - 13,19,52,41,87, - 30,38,34, - 31, - 1,2,58,8,10,15,18,20,21,22,23,24,25,26,27,28,29,30,43,44,45,50,51,53,54,55,56,57,59,60,61,62,63,65,67,68,69,70,72,73,74,76,77,37,39,41,42,32,82,84,85,86,89, - 3,58,13,16,19,27,29,30,46,52,61,66,67,75,74,79,80,36,41,34,81,86, - 66, - 66, - 19, - 19, - 12,87, - 27,37, - 16,49,41, - 66, - 31,55,72,74,35,41,32,88,89, - 74, - 46,75, - 3,8,26,51,63,74,77,38,32, - 8,40, - 8,40, - 51,32, - 51,32, - 51,32, - 52,38, - 52,38, - 74, - 32,88, - 6, - 6, - 3,8,26,51,63,74,77,38,32, - 8,40, - 8,40, - 51,32, - 51,32, - 51,32, - 52,38, - 52,38, - 17,44,71,79,37,38,41,88,89, - 51, - 6, - 6, - 2,3,8,51,63,77,38,39,32, - 8,40, - 8,40, - 21, - 52,38, - 52,38, + 72, + 57, + 57, + 2, + 2,4, + 7,25,27,40,43,45,68,81, + 2,4, + 63, + 66, + 42, + 42,32, + 32, + 11,17,42,63,79, + 28,32, + 29, + 1,2,48,7,9,13,16,18,19,20,21,22,23,24,25,26,27,28,33,34,35,40,41,43,44,45,46,47,49,50,51,52,53,54,56,58,59,60,61,63,64,65,67,68,31,73,75,76,78,81, + 3,48,11,14,17,25,27,28,36,42,52,57,58,65,66,70,71,72,78, + 57, + 57, + 17, + 17, + 77,79, + 25,49,31, + 14,39,77, + 57, + 29,45,49,63,65,80,81, + 65, + 36,66, + 3,7,24,41,44,54,65,68,32, + 7, + 7, + 41, + 41, + 41, + 42,32, + 42,32, + 65, + 80, + 5, + 5, + 3,7,24,41,54,65,68,32, + 7, + 7, + 41, + 41, + 41, + 42,32, + 42,32, + 15,34,62,70,32,31,77,80,81, + 41, + 5, + 5, + 2,3,7,41,54,68,32, + 7, + 7, + 19, + 42,32, + 42,32, + 49, diff --git a/doc/salome/gui/GEOM/whxdata/whtdata0.xml b/doc/salome/gui/GEOM/whxdata/whtdata0.xml index 2113e8b6f..705b4e276 100755 --- a/doc/salome/gui/GEOM/whxdata/whtdata0.xml +++ b/doc/salome/gui/GEOM/whxdata/whtdata0.xml @@ -3,17 +3,8 @@ - - - - - - - - - - + @@ -25,14 +16,14 @@ - + - + @@ -41,7 +32,7 @@ - + @@ -51,6 +42,14 @@ + + + + + + + + @@ -95,8 +94,8 @@ - - + + diff --git a/doc/salome/gui/GEOM/wire.htm b/doc/salome/gui/GEOM/wire.htm index 2664cdc97..132d1baa6 100755 --- a/doc/salome/gui/GEOM/wire.htm +++ b/doc/salome/gui/GEOM/wire.htm @@ -50,7 +50,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Advanced Geometrical Objects\nWire"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Advanced Geometrical Objects\nWire"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/wireframe_and_shading.htm b/doc/salome/gui/GEOM/wireframe_and_shading.htm index e37da5e29..b929b902a 100755 --- a/doc/salome/gui/GEOM/wireframe_and_shading.htm +++ b/doc/salome/gui/GEOM/wireframe_and_shading.htm @@ -14,21 +14,20 @@ if (navigator.appName !="Netscape") -

Display Mode

+

Display Mode

 

-

To change the display mode right-click on +

To change the display mode right-click on this geometrical object in the viewer and from the pop-up menu select Display mode --> Wireframe or Shading.

-

 

+

 

-

TUI +

TUI Command: gg.setDisplayMode(ID, Short)

-

 

+

 

-

Examples:

+

Examples:

-

 

+

 

-

Wireframe                                                                                       

+

Wireframe                                                                                       

-

 

+

 

-

Shading

+

Shading

-

+

-

  

+

  

-

Our TUI Scripts provide you with useful examples +

Our TUI Scripts provide you with useful examples of Changing Display Parameters.

diff --git a/doc/salome/gui/GEOM/working_plane.htm b/doc/salome/gui/GEOM/working_plane.htm index 8b8c33f30..084524e3f 100755 --- a/doc/salome/gui/GEOM/working_plane.htm +++ b/doc/salome/gui/GEOM/working_plane.htm @@ -50,7 +50,7 @@ if (window.gbWhTopic) { if (window.addTocInfo) { - addTocInfo("GEOM module\nCreating geometrical objects\nCreation of Basic Geometric Objects\nWorking Plane"); + addTocInfo("GEOM module\nCreating geometrical objects\nCreating Basic Geometric Objects\nWorking Plane"); addButton("show",BTN_TEXT,"Show","","","","",0,0,"","",""); } diff --git a/doc/salome/gui/GEOM/working_with_groups.htm b/doc/salome/gui/GEOM/working_with_groups.htm index 0a549f722..f996eaa45 100755 --- a/doc/salome/gui/GEOM/working_with_groups.htm +++ b/doc/salome/gui/GEOM/working_with_groups.htm @@ -17,7 +17,7 @@ if (navigator.appName !="Netscape") img_whs1 { border:none; width:24px; height:22px; border-style:none; } p.whs2 { font-size:12pt; } p.whs3 { font-size:12pt; font-weight:bold; margin-left:40px; } -img_whs4 { border:none; width:312px; height:379px; float:none; border-style:none; } +img_whs4 { border:none; border-style:none; width:312px; height:379px; float:none; } p.whs5 { font-size:12pt; margin-left:0px; font-weight:normal; } ul.whs6 { list-style:disc; } img_whs7 { border:none; width:50px; height:31px; border-style:none; } @@ -28,6 +28,7 @@ p.whs11 { font-size:12pt; margin-left:40px; } img_whs12 { border:none; width:250px; height:307px; border-style:none; } img_whs13 { border:none; width:22px; height:22px; border-style:none; } p.whs14 { font-size:12pt; margin-left:40px; font-weight:bold; } +img_whs15 { border:none; width:312px; height:379px; float:none; border-style:none; } -->
Start Page geom.htm
Skin Name Default
Generating Time 17:29 01/30/2006
Generating Time 20:50 04/14/2006
Language ID 1033
Compile Script webhelp5_compile_script.xml
Compile Build Version 13.10.606