mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 01:10:36 +05:00
22674: Update of documentation
This commit is contained in:
parent
5bc218e9c8
commit
b32b505c2a
@ -5,7 +5,7 @@
|
||||
\n To create a \b Compound in the <b>Main Menu</b> select <b>New
|
||||
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 <b>TUI Command:</b> <em>geompy.MakeCompound(ListOfShape)</em>
|
||||
|
@ -6,15 +6,15 @@ To create a \b Face in the <b>Main Menu</b> select <b>New Entity - >
|
||||
Build - > Face</b>
|
||||
|
||||
\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
|
||||
wires or edges, the algorithm extracts all edges from
|
||||
input shapes can include shapes of any type except vertices; if the shapes are
|
||||
neither wires nor edges, the algorithm extracts all edges from
|
||||
the input shapes and works on the obtaineed edges.
|
||||
\n The edges and wires do not necessarily have to be closed, the
|
||||
algorithm automatically builds a wire of maximum length from all
|
||||
given edges and wires. If it founds multiple closed wires, it can
|
||||
build a face with holes or some separate faces, depending on the
|
||||
placement of the wires. If some resulting wires remain open, they will
|
||||
be added in the resulting compound "as is".
|
||||
given edges and wires. If several closed wires are detected the algorithm tries
|
||||
to create a face with holes. It is possible only if there is only one wire
|
||||
that can be interpreted as an outer one; other wires can be considered as
|
||||
inner ones.
|
||||
\n Check <b>Try to create a planar face</b> to create a planar
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user