From: maintenance team Date: Fri, 30 Nov 2007 16:08:57 +0000 (+0000) Subject: Update GUI documentation for bugs: X-Git-Tag: V3_2_9rc2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e38687399dfe82410ca81017ca96d8de6d35d904;p=modules%2Fgeom.git Update GUI documentation for bugs: 13902, 14856, 16547, 16848, 16549, 16561 --- diff --git a/doc/salome/gui/GEOM/circle.htm b/doc/salome/gui/GEOM/circle.htm index 5fb5c5848..1879e19aa 100755 --- a/doc/salome/gui/GEOM/circle.htm +++ b/doc/salome/gui/GEOM/circle.htm @@ -18,11 +18,12 @@ img_whs1 { width:20px; height:20px; border-style:none; } p.whs2 { font-size:12pt; } p.whs3 { font-size:12pt; font-weight:bold; } p.whs4 { font-size:12pt; margin-left:40px; } -img_whs5 { border:none; width:312px; height:346px; float:none; border-style:none; } -img_whs6 { border:none; width:312px; height:359px; float:none; border-style:none; } -p.whs7 { font-size:12pt; font-weight:normal; } -img_whs8 { border:none; width:400px; height:359px; float:none; } -img_whs9 { border:none; width:348px; height:321px; float:none; border-style:none; } +img_whs5 { border:none; width:400px; height:346px; float:none; } +p.whs6 { font-size:12pt; margin-left:40px; font-weight:bold; } +img_whs7 { border:none; width:400px; height:359px; float:none; } +p.whs8 { font-size:12pt; font-weight:normal; } +img_whs9 { border:none; width:400px; height:359px; float:none; border-style:none; } +img_whs10 { border:none; width:348px; height:321px; float:none; border-style:none; } --> -

Line

+

Line

To create a Line in the Main Menu select New @@ -91,18 +89,19 @@ if (window.writeIntopicBar)

 

-

To create a Line - you should define Point1 and Point2, which are the points through -  which the - Line passes.

+

There are 2 algorithms to create a Line in the 3D space.

-

The - Result of the operation will be a - GEOM_Object (edge).

+

The Result of each operation will be a GEOM_Object (edge).

 

+

Firstly, + you can define a Line through Point1 + and Point2, which are the points + through  which + the Line passes.

+

TUI Command: geompy.MakeLineTwoPnt(Point1, Point2)

@@ -112,36 +111,49 @@ if (window.writeIntopicBar)

 

-

 

+

+ +

 

-

+

Secondly, you can define a Line + as intersection of Plane1 and + Plane2.

-

 

+

TUI Command: + geompy.MakeLineTwoFaces( myFace1, myFace2 + ).

-

Example:

+

Arguments: + Name + 2 planes.

+ +

 

+ +

+ +

 

-

 

+

Example:

-

+

 

-

NB! There +

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

-

 

+

 

-

You +

You can define a line  passing through the given Point and parallel to the given Vector.

-

TUI +

TUI Command: geompy.MakeLine(Point, Vector)

-

 

+

 

Our TUI Scripts provide you with useful examples of creation of Basic diff --git a/doc/salome/gui/GEOM/pics/circle1.png b/doc/salome/gui/GEOM/pics/circle1.png index 840a25973..21933a545 100755 Binary files a/doc/salome/gui/GEOM/pics/circle1.png and b/doc/salome/gui/GEOM/pics/circle1.png differ diff --git a/doc/salome/gui/GEOM/pics/circle2.png b/doc/salome/gui/GEOM/pics/circle2.png index 7500eaf2c..77299521c 100755 Binary files a/doc/salome/gui/GEOM/pics/circle2.png and b/doc/salome/gui/GEOM/pics/circle2.png differ diff --git a/doc/salome/gui/GEOM/pics/dialog.png b/doc/salome/gui/GEOM/pics/dialog.png index 63f984b75..602e03854 100755 Binary files a/doc/salome/gui/GEOM/pics/dialog.png and b/doc/salome/gui/GEOM/pics/dialog.png differ diff --git a/doc/salome/gui/GEOM/pics/extrusion1.png b/doc/salome/gui/GEOM/pics/extrusion1.png index 673e86325..44a182225 100755 Binary files a/doc/salome/gui/GEOM/pics/extrusion1.png and b/doc/salome/gui/GEOM/pics/extrusion1.png differ diff --git a/doc/salome/gui/GEOM/pics/extrusion2.png b/doc/salome/gui/GEOM/pics/extrusion2.png index b56dc5d49..53dbe7d72 100755 Binary files a/doc/salome/gui/GEOM/pics/extrusion2.png and b/doc/salome/gui/GEOM/pics/extrusion2.png differ diff --git a/doc/salome/gui/GEOM/pics/line1.png b/doc/salome/gui/GEOM/pics/line1.png new file mode 100755 index 000000000..139809a00 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/line1.png differ diff --git a/doc/salome/gui/GEOM/pics/line2.png b/doc/salome/gui/GEOM/pics/line2.png new file mode 100755 index 000000000..f5d68da42 Binary files /dev/null and b/doc/salome/gui/GEOM/pics/line2.png differ diff --git a/doc/salome/gui/GEOM/pics/neo-obj4.png b/doc/salome/gui/GEOM/pics/neo-obj4.png index db5d49715..5ac05dc6c 100755 Binary files a/doc/salome/gui/GEOM/pics/neo-obj4.png and b/doc/salome/gui/GEOM/pics/neo-obj4.png differ diff --git a/doc/salome/gui/GEOM/pics/point1.png b/doc/salome/gui/GEOM/pics/point1.png index 39bca25f4..e359819c5 100755 Binary files a/doc/salome/gui/GEOM/pics/point1.png and b/doc/salome/gui/GEOM/pics/point1.png differ diff --git a/doc/salome/gui/GEOM/pics/point2.png b/doc/salome/gui/GEOM/pics/point2.png new file mode 100755 index 000000000..df151abfa Binary files /dev/null and b/doc/salome/gui/GEOM/pics/point2.png differ diff --git a/doc/salome/gui/GEOM/pics/point3.png b/doc/salome/gui/GEOM/pics/point3.png index 0a2e325c6..14e9827c7 100755 Binary files a/doc/salome/gui/GEOM/pics/point3.png and b/doc/salome/gui/GEOM/pics/point3.png differ diff --git a/doc/salome/gui/GEOM/pics/point4.png b/doc/salome/gui/GEOM/pics/point4.png new file mode 100755 index 000000000..b29de102c Binary files /dev/null and b/doc/salome/gui/GEOM/pics/point4.png differ diff --git a/doc/salome/gui/GEOM/pics/revolution.png b/doc/salome/gui/GEOM/pics/revolution.png index c02c859b1..68761025a 100755 Binary files a/doc/salome/gui/GEOM/pics/revolution.png and b/doc/salome/gui/GEOM/pics/revolution.png differ diff --git a/doc/salome/gui/GEOM/point.htm b/doc/salome/gui/GEOM/point.htm index 334f49da3..e8c371de0 100755 --- a/doc/salome/gui/GEOM/point.htm +++ b/doc/salome/gui/GEOM/point.htm @@ -17,24 +17,30 @@ if (navigator.appName !="Netscape") img_whs1 { width:20px; height:20px; border-style:none; } p.whs2 { font-size:12pt; } p.whs3 { font-size:12pt; margin-left:40px; } -img_whs4 { border:none; width:312px; height:332px; float:none; border-style:none; } -img_whs5 { border:none; width:312px; height:473px; float:none; border-style:none; } -p.whs6 { font-size:12pt; margin-left:120px; } -p.whs7 { font-size:12pt; margin-left:0px; } -p.whs8 { font-size:12pt; font-style:italic; margin-left:0px; } -img_whs9 { border:none; width:312px; height:421px; float:none; border-style:none; } -p.whs10 { font-size:12pt; color:#000000; } -p.whs11 { color:#808080; font-size:12pt; } -img_whs12 { border:none; width:354px; height:326px; float:none; border-style:none; } -p.whs13 { color:#808080; font-size:12pt; margin-left:40px; } +img_whs4 { border:none; width:398px; height:342px; float:none; border-style:none; } +p.whs5 { font-size:12pt; margin-left:40px; font-style:italic; } +img_whs6 { border:none; width:398px; height:491px; float:none; border-style:none; } +p.whs7 { font-size:12pt; margin-left:120px; } +p.whs8 { font-size:12pt; margin-left:0px; } +p.whs9 { font-size:12pt; font-style:italic; margin-left:0px; } +p.whs10 { font-size:12pt; margin-left:40px; font-weight:bold; font-style:italic; } +img_whs11 { border:none; width:398px; height:435px; float:none; border-style:none; } +p.whs12 { font-size:12pt; margin-left:0px; font-weight:bold; font-style:normal; } +p.whs13 { font-size:12pt; font-style:italic; margin-left:40px; } +img_whs14 { border:none; width:398px; height:328px; float:none; border-style:none; } +p.whs15 { font-size:12pt; color:#000000; } +p.whs16 { color:#808080; font-size:12pt; } +img_whs17 { border:none; width:354px; height:326px; float:none; border-style:none; } +p.whs18 { color:#808080; font-size:12pt; margin-left:40px; } --> -

 

-

Viewing Geometrical Objects

Newly created geometrical objects are automatically displayed in the @@ -136,8 +134,8 @@ if (window.writeIntopicBar) allows to hide all objects from the viewer. TUI Command: sg.EraseAll()

-
  • Display Only -allows to display only the selected - geometrical object, hiding all other from the viewer.

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

  • Update