X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_divideddisk.doc;h=6b6011b17e94f9849dd45d762600cea5f20fb4a4;hb=ac61a2cdfc5f166fb3bc17f82e89a460555548cb;hp=2d471e6a1840e36c735f6e2255cac66df19ec8fb;hpb=8180539548a5038e52445454e88c1a170ee64e56;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_divideddisk.doc b/doc/salome/gui/GEOM/input/creating_divideddisk.doc index 2d471e6a1..6b6011b17 100644 --- a/doc/salome/gui/GEOM/input/creating_divideddisk.doc +++ b/doc/salome/gui/GEOM/input/creating_divideddisk.doc @@ -2,15 +2,15 @@ \page create_divideddisk_page DividedDisk -The Divided disk object is a disk divided into \b blocks. It means that it's a shape prepared for hexaedral meshing. Two division patterns are available : +The Divided disk object is a disk divided into \b blocks for easy hexahedral meshing. Two division patterns are available : -\n Moreover this shape can be used as a basis in an \ref create_extrusion_alongpath_page "Extrusion along a path" operation in order to obtain any tube shape prepared for hexaedral meshing +\n Moreover, this shape can be used as a basis in an \ref create_extrusion_alongpath_page "Extrusion along a path" operation in order to obtain any tube shape prepared for hexahedral meshing (see example below). (Another alternative is to create a 2D mesh on the divided disk and create a 3D mesh by extrusion in the SMESH module.) @@ -21,13 +21,13 @@ Example: To create a Divided Disk in the Main Menu select New Entity - > Advanced - > DividedDisk -\n Then there are 2 ways to create a Divided Disk in 3D space. +\n There are 2 ways to create a Divided Disk in 3D space. \n For both operations : Specify the parameters of the DividedDisk object creation in the opened dialog box and press "Apply" or "Apply & Close" button. The result of each operation will be a GEOM_Object. -\n First way : by radius and orientation (plane "OXY", "OYZ" or "OZX"). The resulting disk is located at the origin of coordinates +\n At first it is possible to define a disk by its radius and orientation (plane "OXY", "OYZ" or "OZX"). The resulting disk is located at the origin of coordinates TUI Command: geompy.MakeDividedDisk(Radius, Orientation, Pattern) @@ -38,7 +38,7 @@ The result of each operation will be a GEOM_Object. \image html divided_disk_dlg.png -\n Second way : by giving its center, normal and radius. +\n At second the disk can be defined by its center, normal and radius. TUI Command: geompy.MakeDividedDiskPntVecR(Center, Vector, Radius, Pattern)