X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_extrusion.doc;h=25e43145562a63a79cd8768d43f965285b578b84;hb=a0e22ed86a0df64143edb095e07295a014b32c88;hp=3f3435ca63af7db30460688b174d26850399e8c6;hpb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_extrusion.doc b/doc/salome/gui/GEOM/input/creating_extrusion.doc index 3f3435ca6..25e431455 100644 --- a/doc/salome/gui/GEOM/input/creating_extrusion.doc +++ b/doc/salome/gui/GEOM/input/creating_extrusion.doc @@ -2,45 +2,61 @@ \page create_extrusion_page Extrusion -\n To generate an \b Extrusion on an object in the Main Menu -select New Entity - > Generation - > Extrusion - -\n There are 2 algorithms for creation of an \b Extrusion (Prism). +\b Extrusion is propagation of the selected base shape in a certain direction and by a certain distance. \n The \b Result of the operation will be a GEOM_Object (edge, face, shell solid or compsolid). -\n Firstly, you can define the Base Shape (a basis of the -extrusion), the \b Vector (a direction of the extrusion) and the \b -Height of extrusion. -\n The \b Result of the operation will be a GEOM_Object (edge, face, -shell, solid or compsolid). -\n Both Directions checkbox allows extruiding the source -object both forward and backward. -\n TUI Command: geompy.MakePrismVecH(Base, Vector, Height) -\n Arguments: Name + 1 shape (vertex, edge, planar wire, face or -shell) serving as base object + 1 vector (for direction of the -extrusion) + 1 value (dimension). +Examples: + +\image html prisms_basessn.png +
Base Shape
+ +\image html prismssn.png +
Resulting Prisms
+ +\n To generate an \b Extrusion on an object in the Main Menu +select New Entity - > Generation - > Extrusion \image html extrusion1.png -\n Secondly, you can define the \b Extrusion by the Base Shape -and the \b Start and End Point of the \b Vector (in this way -you don't need to create it in advance). -\n Both Directions checkbox allows extruiding the source -object both forward and backward. -\n TUI Command: geompy.MakePrism(Base, Point1, Point2) -\n Arguments: Name + 1 shape (vertex, edge, planar wire, face or -shell) serving as base object + 2 vertices. +The following parameters and options can be defined in this dialog + + Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_prism "Complex Geometric Objects".