]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
missing files
authorrnc <rnc@opencascade.com>
Mon, 23 Jul 2012 15:43:12 +0000 (15:43 +0000)
committerrnc <rnc@opencascade.com>
Mon, 23 Jul 2012 15:43:12 +0000 (15:43 +0000)
doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/creating_quadrangle_face.doc [new file with mode: 0644]

diff --git a/doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc b/doc/salome/gui/GEOM/input/creating_hexaedral_solid.doc
new file mode 100644 (file)
index 0000000..fbfa2dc
--- /dev/null
@@ -0,0 +1,49 @@
+/*!
+
+\page create_hexa_solid_page Hexaedral solid
+
+\n <b>Description:</b> Builds a hexahedral solid. either of the below
+mentioned arguments. This operation allows to build a solid bypassing
+the intermediate stage of building a shell and 4 faces (in the case of
+building by 2 faces) or just a shell (in the case of building by 6
+faces).
+
+\n The \b Result of the operation will be a \b GEOM_Object (solid).
+
+\n <b>TUI Command:</b>
+<ul>
+<li><em>geompy.MakeHexa2Faces(F1, F2),</em> where F1 and F2 are faces
+from which the hexahedron is constructed, other four faces are created
+automatically.</li>
+<li><em>geompy.MakeHexa(F1, F2, F3, F4, F5, F6),</em> where F1 &mdash; F6 are six faces from which the hexahedron is constructed.</li>
+</ul>
+
+\n <b>Arguments:</b>
+<ul>
+<li>Name + 2 Faces, or</li>
+<li>Name + 6 Faces.</li>
+</ul>
+
+\n <b>Dialog Box:</b>
+
+\image html block4.png
+
+
+
+\image html block5.png
+
+\n <b>Example:</b>
+
+\image html image180.png
+<center>Hexahedral Solid built on the base of six Faces</center>
+
+\image html image181.png
+<center>Hexahedral Solid built on the base of two Faces</center>
+
+
+The created blocks can be processed with  \ref blocks_operations_page "Operations on Blocks".
+
+Our <b>TUI Scripts</b> provide you with useful examples of
+\ref tui_building_by_blocks_page "Building by Blocks".
+
+*/
\ No newline at end of file
diff --git a/doc/salome/gui/GEOM/input/creating_quadrangle_face.doc b/doc/salome/gui/GEOM/input/creating_quadrangle_face.doc
new file mode 100644 (file)
index 0000000..1aa7c91
--- /dev/null
@@ -0,0 +1,43 @@
+/*!
+
+\page create_quadrangle_face_page Quadrangle face
+
+\n <b>Description:</b> Builds a face using the below mentioned
+arguments. This operation allows to build a face bypassing the
+intermediate stage of building edges and wires (in the case of
+building by 4 points) or wires (in the case of building by 4 or 2
+edges).
+
+\n The \b Result of the operation will be a \b GEOM_Object (face).
+
+\n <b>TUI Command:</b>
+<ul>
+<li><em>geompy.MakeQuad4Vertices(V1, V2, V3, V4),</em> where V1, V2,
+V3, V4 are four vertices from which a face is constructed. Edges are
+created automatically.</li>
+<li><em>geompy.MakeQuad2Edges(E1, E2),</em> where E1, E2 are edges from
+which the face is constructed, two other edges are created
+automatically.</li>
+<li><em>geompy.MakeQuad(E1, E2, E3, E4),</em> where E1, E2, E3, E4 are
+four edges from which the face is constructed.</li>
+</ul>
+
+<b>Arguments:</b>
+<ul>
+<li>Name + 4 Points, or</li>
+<li>Name + 2 Edges, or</li>
+<li>Name + 4 Edges.</li>
+</ul>
+
+\n <b>Dialog Box:</b>
+
+\image html block1.png
+
+\image html block2.png
+
+\image html block3.png
+
+\n <b>Example:</b>
+\image html image185.png "Quadrangle face built by blocks"
+
+*/
\ No newline at end of file