]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Update documentation for bug NPAL16547 and NPAL16548
authormaintenance team <salome-mnt@opencascade.com>
Thu, 31 Jan 2008 10:21:11 +0000 (10:21 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Thu, 31 Jan 2008 10:21:11 +0000 (10:21 +0000)
14 files changed:
doc/salome/gui/GEOM/images/extrusion1.png
doc/salome/gui/GEOM/images/extrusion2.png
doc/salome/gui/GEOM/images/line.png [deleted file]
doc/salome/gui/GEOM/images/line1.png [new file with mode: 0755]
doc/salome/gui/GEOM/images/line2.png [new file with mode: 0755]
doc/salome/gui/GEOM/images/point1.png
doc/salome/gui/GEOM/images/point2.png [new file with mode: 0755]
doc/salome/gui/GEOM/images/point3.png
doc/salome/gui/GEOM/images/point4.png [new file with mode: 0755]
doc/salome/gui/GEOM/images/revolution.png
doc/salome/gui/GEOM/input/creating_extrusion.doc
doc/salome/gui/GEOM/input/creating_line.doc
doc/salome/gui/GEOM/input/creating_point.doc
doc/salome/gui/GEOM/input/creating_revolution.doc

index 673e863252848904ca8257f1530b55f95c9dc636..44a1822256c87e8809a85cd8de872f03b1d5551e 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/extrusion1.png and b/doc/salome/gui/GEOM/images/extrusion1.png differ
index b56dc5d49f5c5ccc0f5d2c5b65f9aec1462b8b75..53dbe7d72b5970fa5624a1a93645980a4b957931 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/extrusion2.png and b/doc/salome/gui/GEOM/images/extrusion2.png differ
diff --git a/doc/salome/gui/GEOM/images/line.png b/doc/salome/gui/GEOM/images/line.png
deleted file mode 100755 (executable)
index 3c931a1..0000000
Binary files a/doc/salome/gui/GEOM/images/line.png and /dev/null differ
diff --git a/doc/salome/gui/GEOM/images/line1.png b/doc/salome/gui/GEOM/images/line1.png
new file mode 100755 (executable)
index 0000000..139809a
Binary files /dev/null and b/doc/salome/gui/GEOM/images/line1.png differ
diff --git a/doc/salome/gui/GEOM/images/line2.png b/doc/salome/gui/GEOM/images/line2.png
new file mode 100755 (executable)
index 0000000..f5d68da
Binary files /dev/null and b/doc/salome/gui/GEOM/images/line2.png differ
index 39bca25f4e9874b254099f7d58eade9b2cb631ba..e359819c551674f173bcefe816a468ff0f4a9245 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/point1.png and b/doc/salome/gui/GEOM/images/point1.png differ
diff --git a/doc/salome/gui/GEOM/images/point2.png b/doc/salome/gui/GEOM/images/point2.png
new file mode 100755 (executable)
index 0000000..df151ab
Binary files /dev/null and b/doc/salome/gui/GEOM/images/point2.png differ
index 0a2e325c64a4c0b6c2697790750ee6911bcb6ec7..14e9827c7b36738eab8dd4328bdb40c5e4aff745 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/point3.png and b/doc/salome/gui/GEOM/images/point3.png differ
diff --git a/doc/salome/gui/GEOM/images/point4.png b/doc/salome/gui/GEOM/images/point4.png
new file mode 100755 (executable)
index 0000000..b29de10
Binary files /dev/null and b/doc/salome/gui/GEOM/images/point4.png differ
index c02c859b1bf80dc0eead7039ff9111d4bec9e9c4..68761025a732b4a3ad42bc323b6069fda7c39efb 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/revolution.png and b/doc/salome/gui/GEOM/images/revolution.png differ
index 4b2c0ac0c8fba4dcd1e2a19da1f7ac166c0e94bd..3f3435ca63af7db30460688b174d26850399e8c6 100644 (file)
@@ -12,7 +12,11 @@ solid or compsolid).
 \n Firstly, you can define the <b>Base Shape</b> (a basis of the
 extrusion), the \b Vector (a direction of the extrusion) and the \b
 Height of extrusion.
-\b <b>TUI Command:</b> <em>geompy.MakePrismVecH(Base, Vector, Height)</em>
+\n The \b Result of the operation will be a GEOM_Object (edge, face,
+shell, solid or compsolid).
+\n <b> Both Directions </b> checkbox allows extruiding the source
+object both forward and backward. 
+\n <b>TUI Command:</b> <em>geompy.MakePrismVecH(Base, Vector, Height)</em>
 \n <b>Arguments:</b> Name + 1 shape (vertex, edge, planar wire, face or
 shell) serving as base object + 1 vector (for direction of the
 extrusion) + 1 value (dimension).
@@ -22,6 +26,8 @@ extrusion) + 1 value (dimension).
 \n Secondly, you can define the \b Extrusion by the <b>Base Shape</b>
 and the \b Start and <b>End Point</b> of the \b Vector (in this way
 you don't need to create it in advance).
+\n <b> Both Directions </b> checkbox allows extruiding the source
+object both forward and backward. 
 \n <b>TUI Command:</b> <em>geompy.MakePrism(Base, Point1, Point2)</em>
 \n <b>Arguments:</b> Name + 1 shape (vertex, edge, planar wire, face or
 shell) serving as base object + 2 vertices.
index befde32ed1c0c1c422e36457afefb2c103e88144..fafdfcea9d5760a922d24763e540e12b8e5285cf 100644 (file)
@@ -4,14 +4,24 @@
 
 To create a \b Line in the <b>Main Menu</b> select <b>New Entity - >Basic - > Line</b>
 
-\n To create a \b Line you should define \b Point1 and \b Point2,
-which are the points through  which the \b Line passes.
-\n The \b Result of the operation will be a GEOM_Object (edge).
 
+There are 2 algorithms to create a \b Line in the 3D space.
+The Result of each operation will be a GEOM_Object (edge).
+
+\n Firstly you can define a \b Line through \b Point1 and \b Point2,
+which are the points through  which the \b Line passes.
 \n <b>TUI Command:</b> <em>geompy.MakeLineTwoPnt(Point1, Point2)</em>
 \n <b>Arguments:</b> Name + 2 vertices.
 
-\image html line.png
+\image html line1.png
+
+\n Secondly you can define a \b Line as intersection of  \b Plane1 and
+\b Plane2.
+\n <b>TUI Command:</b> <em>geompy.MakeLineTwoFaces(myFace1, myFace2)</em>
+\n <b>Arguments:</b> Name + 2 faces.
+
+\image html line2.png
+
 
 <b>Example:</b>
 
index 0f91a0f05e0f191f7d7618a33e67732449ff232e..5e170327046556b193c2c3e5963f77c341be847b 100644 (file)
@@ -5,7 +5,7 @@
 To create a \b Point in the <b>Main Menu</b> select <b>New Entity - >
 Basic - > Point</b>
 
-\n There are three algorithms to create a \b Point in the 3D space.
+\n There are four algorithms to create a \b Point in the 3D space.
 \n Each time the \b Result of the operation will be a GEOM_Object
 (vertex).
 
@@ -23,9 +23,9 @@ coordinates of the old one.
 \n <b>Arguments:</b> Name + 1 reference point + 3 coordinates defining
 the position of this point regarding the reference one.
 
-\image html neo-point2.png
+\image html point2.png
 
-\n Finally, we can define a point by an \b Edge and a \b Parameter
+\n Thirdly, we can define a point by an \b Edge and a \b Parameter
 indicating its position on the Edge, ranging from 0.0 to 1.0. For example, 0.5 means that the
 point is located in the middle of the edge.
 \n <b>TUI Command:</b> <em>geompy.MakeVertexOnCurve(Edge,Parameter).</em>
@@ -34,6 +34,11 @@ position of the point on the given edge.
 
 \image html point3.png
 
+\n Finally, we can define a point by intersection of two \b  Lines.
+\n <b>TUI Command:</b> <em>geompy.MakePointOnLinesIntersection(myLine1,myLine2).</em>
+\n <b>Arguments:</b> Name + 2 lines
+
+\image html point4.png
 <b>Example:</b>
 
 \image html points.png
index dfe8c7ca5aae93773caa7a9ad67d946dc7fe0707..b9d2d7086d871d82fbcdbf07426ee6fb7b7558df 100644 (file)
@@ -8,6 +8,8 @@ select <b>New Entity - > Generation  - > Revolution</b>
 \n To create an extruded shape by \b Revolution you need to define the
 source \b Object to rotate, the \b Axis of revolution and the \b Angle by which
 the \b Shape has to be rotated around the \b Axis (in degrees).
+\n <b> Both Directions </b> checkbox allows extruding the source
+object both forward and backward.
 \n The \b Result of the operation will be a GEOM_Object (edge, face, shell,
 solid or compsolid).