From: enk Date: Mon, 22 Jan 2007 12:10:27 +0000 (+0000) Subject: Added documentation to method SetNbParts X-Git-Tag: V3_2_5~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fed875c0586fcb5ef26da766967fa079d16d00e5;p=modules%2Fvisu.git Added documentation to method SetNbParts --- diff --git a/src/PIPELINE/VISU_CutPlanesPL.hxx b/src/PIPELINE/VISU_CutPlanesPL.hxx index 671a5330..0be096b9 100644 --- a/src/PIPELINE/VISU_CutPlanesPL.hxx +++ b/src/PIPELINE/VISU_CutPlanesPL.hxx @@ -102,6 +102,11 @@ public: int IsPartDefault(int thePartNumber); + /*! + * The number of cut planes can be defined under existing conditions [1,100]. + * If setting value less than 1, the number of planes wil be setted to 1, + * and if value more than 100, the number of planes wil be setted to 100. + */ virtual void SetNbParts(int theNb);