From e694c1e9e832ca351d566d5d2706cd1db3e95b24 Mon Sep 17 00:00:00 2001 From: gdd Date: Fri, 21 Jan 2011 10:07:43 +0000 Subject: [PATCH] Updated documentation of closecontour --- src/GEOM_SWIG/geompyDC.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/GEOM_SWIG/geompyDC.py b/src/GEOM_SWIG/geompyDC.py index a84110f46..ef71fbb8c 100644 --- a/src/GEOM_SWIG/geompyDC.py +++ b/src/GEOM_SWIG/geompyDC.py @@ -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 theObject's shape, - # if -1, then theObject 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 theObject 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" -- 2.39.2