/*!
\page create_quadrangle_face_page Quadrangle face
\n Description: 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 TUI Command:
- geompy.MakeQuad4Vertices(V1, V2, V3, V4), where V1, V2,
V3, V4 are four vertices from which a face is constructed. Edges are
created automatically.
- geompy.MakeQuad2Edges(E1, E2), where E1, E2 are edges from
which the face is constructed, two other edges are created
automatically.
- geompy.MakeQuad(E1, E2, E3, E4), where E1, E2, E3, E4 are
four edges from which the face is constructed.
Arguments:
- Name + 4 Points, or
- Name + 2 Edges, or
- Name + 4 Edges.
\n Dialog Box:
\image html block1.png
\image html block2.png
\image html block3.png
\n Example:
\image html image185.png "Quadrangle face built by blocks"
*/