]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Added documentation to method SetNbParts
authorenk <enk@opencascade.com>
Mon, 22 Jan 2007 12:10:27 +0000 (12:10 +0000)
committerenk <enk@opencascade.com>
Mon, 22 Jan 2007 12:10:27 +0000 (12:10 +0000)
src/PIPELINE/VISU_CutPlanesPL.hxx

index 671a53308fa17c51ce49d204ad77b8e0531752c3..0be096b974842d944b25392cdd3d351a6c3fb9d8 100644 (file)
@@ -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);