X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_dividedcylinder.doc;h=169666a390136a36b7d7f23e6e31b47e996bcc31;hb=00621ab4f35ece96476fc358acf598d78ec0a95d;hp=e0d7f08456b8cec75a7a2e5dfc34497beab4ddb7;hpb=79173ddb6ec8ab4e264ca7b96197671d0d6d7ec4;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_dividedcylinder.doc b/doc/salome/gui/GEOM/input/creating_dividedcylinder.doc index e0d7f0845..169666a39 100644 --- a/doc/salome/gui/GEOM/input/creating_dividedcylinder.doc +++ b/doc/salome/gui/GEOM/input/creating_dividedcylinder.doc @@ -2,6 +2,15 @@ \page create_dividedcylinder_page DividedCylinder +The Divided cylinder object is a cylinder divided into \b blocks for easy hexaedral meshing.Two division patterns are available : + + + +\image html dividedcylinder.png + To create a \b DividedCylinder in the Main Menu select New Entity - > Advanced - > DividedCylinder @@ -9,18 +18,15 @@ Specify the parameters of the DividedCylinder object creation in the opened dial box and press "Apply" or "Apply & Close" button. Result of each operation will be a GEOM_Object. -TUI Command: geompy.MakeDividedCylinder(R, H) +TUI Command: geompy.MakeDividedCylinder(R, H, Pattern) Arguments: - \b R - Radius of the cylinder - \b H - Height of the cylinder +- \b Pattern - Division pattern \image html dividedcylinder_dlg.png -Example: - -\image html dividedcylinder.png - Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_dividedcylinder "Advanced objects".