From fed875c0586fcb5ef26da766967fa079d16d00e5 Mon Sep 17 00:00:00 2001 From: enk Date: Mon, 22 Jan 2007 12:10:27 +0000 Subject: [PATCH] Added documentation to method SetNbParts --- src/PIPELINE/VISU_CutPlanesPL.hxx | 5 +++++ 1 file changed, 5 insertions(+) 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); -- 2.39.2