22674: Update of documentation

This commit is contained in:
skv 2014-11-07 12:46:05 +03:00
parent 5bc218e9c8
commit b32b505c2a
2 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
\n To create a \b Compound in the <b>Main Menu</b> select <b>New \n To create a \b Compound in the <b>Main Menu</b> select <b>New
Entity - > Build - > Compound</b>. Entity - > Build - > Compound</b>.
\n You can create a compound from a list of shells. \n You can create a compound from a list of shapes.
\n The \b Result will be a \b GEOM_Object (COMPOUND). \n The \b Result will be a \b GEOM_Object (COMPOUND).
\n <b>TUI Command:</b> <em>geompy.MakeCompound(ListOfShape)</em> \n <b>TUI Command:</b> <em>geompy.MakeCompound(ListOfShape)</em>

View File

@ -6,15 +6,15 @@ To create a \b Face in the <b>Main Menu</b> select <b>New Entity - >
Build - > Face</b> Build - > Face</b>
\n To create a \b Face you need to select input shape(s). The list of \n To create a \b Face you need to select input shape(s). The list of
input shapes can include shapes of any type; if the shapes are nor input shapes can include shapes of any type except vertices; if the shapes are
wires or edges, the algorithm extracts all edges from neither wires nor edges, the algorithm extracts all edges from
the input shapes and works on the obtaineed edges. the input shapes and works on the obtaineed edges.
\n The edges and wires do not necessarily have to be closed, the \n The edges and wires do not necessarily have to be closed, the
algorithm automatically builds a wire of maximum length from all algorithm automatically builds a wire of maximum length from all
given edges and wires. If it founds multiple closed wires, it can given edges and wires. If several closed wires are detected the algorithm tries
build a face with holes or some separate faces, depending on the to create a face with holes. It is possible only if there is only one wire
placement of the wires. If some resulting wires remain open, they will that can be interpreted as an outer one; other wires can be considered as
be added in the resulting compound "as is". inner ones.
\n Check <b>Try to create a planar face</b> to create a planar \n Check <b>Try to create a planar face</b> to create a planar
face or nothing if it is impossible. face or nothing if it is impossible.
\note Please note, that the resulting face can have a huge tolerance, if the initial wire has a big deviation from the plane. If the final tolerance exceeds 1e-06, a warning will be shown, but the face will be created and published in the study in a normal way. Using such faces can lead to failures or unpredictable results in most operations. \note Please note, that the resulting face can have a huge tolerance, if the initial wire has a big deviation from the plane. If the final tolerance exceeds 1e-06, a warning will be shown, but the face will be created and published in the study in a normal way. Using such faces can lead to failures or unpredictable results in most operations.