mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-31 10:50:33 +05:00
Updated documentation of closecontour
This commit is contained in:
parent
8f2d0b5697
commit
e694c1e9e8
@ -2368,9 +2368,9 @@ class geompyDC(GEOM._objref_GEOM_Gen):
|
|||||||
## Close an open wire.
|
## Close an open wire.
|
||||||
# @param theObject Shape to be processed.
|
# @param theObject Shape to be processed.
|
||||||
# @param theWires Indexes of edge(s) and wire(s) to be closed within <VAR>theObject</VAR>'s shape,
|
# @param theWires Indexes of edge(s) and wire(s) to be closed within <VAR>theObject</VAR>'s shape,
|
||||||
# if -1, then <VAR>theObject</VAR> itself is a wire.
|
# if [ ], then <VAR>theObject</VAR> itself is a wire.
|
||||||
# @param isCommonVertex If TRUE : closure by creation of a common vertex,
|
# @param isCommonVertex If True : closure by creation of a common vertex,
|
||||||
# If FALS : closure by creation of an edge between ends.
|
# If False : closure by creation of an edge between ends.
|
||||||
# @return New GEOM_Object, containing processed shape.
|
# @return New GEOM_Object, containing processed shape.
|
||||||
#
|
#
|
||||||
# @ref tui_close_contour "Example"
|
# @ref tui_close_contour "Example"
|
||||||
|
Loading…
Reference in New Issue
Block a user