geom/doc/salome/gui/GEOM/input/creating_dividedcylinder.doc

34 lines
1.0 KiB
Plaintext
Raw Normal View History

2012-08-09 13:58:02 +06:00
/*!
\page create_dividedcylinder_page DividedCylinder
2012-12-13 14:40:36 +06:00
The <b>Divided cylinder</b> object is a cylinder divided into \b blocks for easy hexahedral meshing. Two division patterns are available :
2012-10-08 17:16:36 +06:00
<ul>
2012-12-13 14:40:36 +06:00
<li> A square pattern, which is frequently used; </li>
<li> A hexagonal pattern, which ensures a better mesh quality and especially less acute or obtuse angles. </li>
2012-10-08 17:16:36 +06:00
</ul>
2012-08-09 13:58:02 +06:00
\image html dividedcylinder.png
To create a \b DividedCylinder in the <b>Main Menu</b> select <b>New Entity - >
Advanced - > DividedCylinder </b>
Specify the parameters of the DividedCylinder object creation in the opened dialog
box and press "Apply" or "Apply & Close" button.
Result of each operation will be a GEOM_Object.
2012-10-08 17:16:36 +06:00
<b>TUI Command:</b> <em>geompy.MakeDividedCylinder(R, H, Pattern)</em>
2012-08-09 13:58:02 +06:00
<b>Arguments:</b>
- \b R - Radius of the cylinder
- \b H - Height of the cylinder
2012-10-08 17:16:36 +06:00
- \b Pattern - Division pattern
2012-08-09 13:58:02 +06:00
\image html dividedcylinder_dlg.png
Our <b>TUI Scripts</b> provide you with useful examples of creation of
\ref tui_creation_dividedcylinder "Advanced objects".
*/