mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-15 12:50:40 +05:00
Documentation update
This commit is contained in:
parent
1355dedeb9
commit
06f78767dd
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 17 KiB |
BIN
doc/salome/gui/GEOM/images/neo-obj4_2.png
Normal file
BIN
doc/salome/gui/GEOM/images/neo-obj4_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -5,10 +5,12 @@
|
|||||||
To create a \b Face in the <b>Main Menu</b> select <b>New Entity - >
|
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 There are two algorithms to create a \b Face.
|
||||||
input shapes can include shapes of any type; if the shapes are nor
|
\n Each time the \b Result of the operation will be a GEOM_Object
|
||||||
wires or edges, the algorithm extracts all edges from
|
(face).
|
||||||
the input shapes and works on the obtaineed edges.
|
|
||||||
|
\n Firstly, to create a \b Face you need to select input shape(s). The list of
|
||||||
|
input shapes can include shapes of type \b Edge or \b Wire.
|
||||||
\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 it founds multiple closed wires, it can
|
||||||
@ -26,6 +28,15 @@ face or nothing if it is impossible.
|
|||||||
|
|
||||||
\image html neo-obj4.png
|
\image html neo-obj4.png
|
||||||
|
|
||||||
|
\n Secondly, it is possible to create a face based on another face's surface and bounded by a wire.
|
||||||
|
|
||||||
|
\n The \b Result will be a \b GEOM_Object (FACE).
|
||||||
|
|
||||||
|
\n <b>TUI Command:</b> <em>geompy.MakeFaceFromSurface(theFace, theWire)</em>
|
||||||
|
\n <b>Arguments:</b> Name + 1 face + 1 wire.
|
||||||
|
|
||||||
|
\image html neo-obj4_2.png
|
||||||
|
|
||||||
\n <b>Example:</b>
|
\n <b>Example:</b>
|
||||||
|
|
||||||
\image html facesn1.png
|
\image html facesn1.png
|
||||||
|
Loading…
Reference in New Issue
Block a user