Salome HOME
Updated documentation of closecontour
authorgdd <gdd>
Fri, 21 Jan 2011 10:07:43 +0000 (10:07 +0000)
committergdd <gdd>
Fri, 21 Jan 2011 10:07:43 +0000 (10:07 +0000)
src/GEOM_SWIG/geompyDC.py

index a84110f46c3cddc5dc1fbfeedc7801babc7ca660..ef71fbb8cfd3e6400c2737ef7a2ba9690943fa86 100644 (file)
@@ -2368,9 +2368,9 @@ class geompyDC(GEOM._objref_GEOM_Gen):
         ## Close an open wire.
         #  @param theObject Shape to be processed.
         #  @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.
-        #  @param isCommonVertex If TRUE : closure by creation of a common vertex,
-        #                        If FALS : closure by creation of an edge between ends.
+        #                  if [ ], then <VAR>theObject</VAR> itself is a wire.
+        #  @param isCommonVertex If True  : closure by creation of a common vertex,
+        #                        If False : closure by creation of an edge between ends.
         #  @return New GEOM_Object, containing processed shape.
         #
         #  @ref tui_close_contour "Example"