X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_extrusion_alongpath.doc;h=8c543023267310530f903366ac20b68c9d97c0d7;hb=97d9c2c6b1eb1b8c37b74e9409ebdb89c42c8c27;hp=a11fb975e5a0d01aa67dbb1da472c7fb1e8494f0;hpb=a045068b34d9356949da48806f31c191b48309c2;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc b/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc index a11fb975e..8c5430232 100644 --- a/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc +++ b/doc/salome/gui/GEOM/input/creating_extrusion_alongpath.doc @@ -54,34 +54,32 @@ BiNormal direction to perform the extrusion. \image html pipebinormalsn.png "Extrusion of a face with BiNormal parameter" -\n Third, to create a shape by extrusion of the profile shapes along the path shape, -you can define the Base Objects (edges, planar wires, faces or shells), which will be extruded, -the Locations (vertices that specify locations on the Path Object corresponding to the -specified Base Objects; list of the Locations should be either empty or of the same -length as list of Base Objects) and the Path Object (edge or wire) along which the -Base Object will be extruded. +\n Thirdly, it is possible to additionally select profiles of the pipe object to be built. For this, you can define the following parameters: +- Base Object or a list of objects (edges, planar wires, faces or shells), which will be extruded; +- Locations - a vertex or a list of vertices that specify the locations of extruded Base Objects on the resulting Path Object. The number of Base Objects should be equal to the number of Locations. +- Path Object (edge or wire), along which the Base Object will be extruded. Additional controls: -- With contact checkbox - if checked, the section is translated to be in contact with the spine. -- With correction checkbox - if checked, the section is rotated to be orthogonal to the spine +- If With contact is checked, the section is translated in contact with the spine. +- If With correction is checked, the section is rotated to be orthogonal to the spine tangent in the corresponding point. -\n The \b Result of the operation will be a GEOM_Object (shell or solid). +\n The \b Result of the operation will be a shell or a solid. \n TUI Command: geompy.MakePipeWithDifferentSections(baseShape, locations, pathShape, withContact, withCorrection) \n Arguments: Name + list of shapes (edges, planar wires, faces or shells) serving as base object + list of locations (vertices) on the path corresponding specified list of the shapes + 1 shape (edge or wire) for definition of the path + -2 bool parameters (withContact, withCorrection). +2 Boolean parameters (withContact, withCorrection). \n Advanced options \ref preview_anchor "Preview" \image html pipe3.png Example: -\image html pipe3_init.png "Initial objects" +\image html pipe3_init.png "Base objects and Location vertices" -\image html pipe3_init1.png "Extrusion of the profile shapes along the path shape" +\image html pipe3_res.png "Extrusion of the profile shapes along the path shape" Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_pipe "Complex Geometric Objects".