/*!
\page create_face_page Face
To create a \b Face in the Main Menu select New Entity - >
Build - > Face
\n To create a \b Face you need to select a wire, whose elements will
be connected so that the surface of the resulting object was
minimal. Check Try to create a planar face to create a planar
face or nothing if it is impossible.
\n The \b Result will be a \b GEOM_Object (FACE).
\n TUI Command: geompy.MakeFace(Wire, isPlanarWanted)
\n Arguments: Name + 1 wire.
\image html neo-obj4.png
There are some advanced possibilities accessible only via TUI
commands:
geompy.MakeFaceWires(Wires, isPlanarWanted) - Creates a face on the given wires set. The argument is not a single wire, but a list of wires.
geompy.MakeFaces(Wires, isPlanarWanted) is a shortcut to MakeFaceWires().
\n Example:
\image html facesn1.png
\image html facesn2.png
\image html facesn3.png
Our TUI Scripts provide you with useful examples of creation of
\ref tui_creation_face "Advanced Geometric Objects".
*/