]> SALOME platform Git repositories - modules/geom.git/blobdiff - doc/salome/gui/GEOM/input/creating_squareface.doc
Salome HOME
Common update of Salome GUI documentation
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_squareface.doc
index effcc67e534875f7d79e4b9787d2e6509a575a9d..15db5f23fc28960844f97aa57d9305770da7cea0 100755 (executable)
@@ -1,33 +1,34 @@
 /*!
 
-\page create_squareface_page Face
+\page create_squareface_page Square Face
 
-To create a \b Disk in the <b>Main Menu</b> select <b>New Entity - >
+A primitive called <b>Square Face</b> is a square plane of certain dimensions and orientation
+
+To create a \b Square Face  in the <b>Main Menu</b> select <b>New Entity - >
 Primitives - > Face</b>
 
-\n There are 2 algorithms to create a \b Face in 3D space. 
+\n There are 2 algorithms to create a \b Square \b Face in the 3D space. 
 \n The \b Result of each operation will be a GEOM_Object (Face).
 
-\n Firstly, you can create a \b Face by the given height and width at the origin 
-of coordinates. You can define the axis of the face by the orientation
-group buttons. There are three options to create a face in OXY, OYZ or OZX Planes.
+\n Firstly, you can create a \b Face at the origin 
+of coordinates defining its boundaries by the height and the width and its axis by the orientation
+radio buttons (OXY, OYZ or OZX).This 
+means that the Square Face will lie in "OXY", "OYZ" or "OZX" plane correspondingly.
 \n <b>TUI Command:</b> <em>geompy.MakeFaceHW(Height, Width, Orientation)</em>
 \n <b>Arguments:</b> Name + 3 values (Dimensions at origin: heigth, width and
 orientation).
-\n The orientation can be defined by "1", "2" or "3" values. This 
-means that the Disk will lie in "OXY", "OYZ" or "OZX" plane correspondingly.
+
 
 \image html face1.png
 
-\n Secondly, you can define a \b Face by a \b Vector giving the face's normal to the center and 
-\b Heigth and Width sizes.
+\n Secondly, you can define a \b Face by Heigth and Width sizes and an \b Edge defining the normal to the center of the face.
 \n <b>TUI Command:</b> <em>geompy.MakeFaceObjHW(Vector, Height, Width)</em>
-\n <b>Arguments:</b> Name + 1 Vector (normale to the center) + 2 doubles (to
+\n <b>Arguments:</b> Name + 1 Vector (normal to the center) + 2 doubles (to
 describe a face sizes).
-\n You can also create face from another selected face. Just turn the <b>Object Type</b> button 
-to condition \b Face, then you can select a face object and set new values of
-Height and Width for the newly face. The created face will lie in the plane
-of the selected face.
+
+\n It is also possible to create a Square Face from another selected face. For this, switch the <b>Object Type</b> button 
+to \b Face, then select a face object and set the values of
+Height and Width for the new face. The created face will lie in the plane of the selected face.
 \n <b>TUI Command:</b> <em>geompy.MakeFaceObjHW(Face, Height, Width)</em>
 \n <b>Arguments:</b> Name + 1 Face + 2 parameters (to describe a face sizes).