]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
IPAL22292 (Gauss Points doesn't appear in Clipping Planes after reload file): GaussPo...
authorakl <akl@opencascade.com>
Mon, 28 Feb 2011 09:00:21 +0000 (09:00 +0000)
committerakl <akl@opencascade.com>
Mon, 28 Feb 2011 09:00:21 +0000 (09:00 +0000)
src/VISUGUI/VisuGUI_ClippingPanel.cxx

index 9a8ee7818094327dcfa053086bbc833db6de0159..b841cce06ed117d031e7d272fb4ef5624d07993c 100644 (file)
@@ -366,7 +366,7 @@ QStringList VisuGUI_ClippingPanel::getPrsList(_PTR(Study) theStudy,
   _PTR(ChildIterator) aIter = theStudy->NewChildIterator(theObject);
   for (aIter->InitEx(true); aIter->More(); aIter->Next()) {
     _PTR(SObject) aSObject = aIter->Value();
-    std::vector<VISU::Prs3d_i*> aSTLList = VISU::GetPrs3dList(myModule, aSObject);
+    std::vector<VISU::Prs3d_i*> aSTLList = VISU::GetPrs3dList(myModule, aSObject, true /* enable GaussPoints */);
     for (int i = 0; i < aSTLList.size(); i++) {
       VISU::Prs3d_i* aPrs = aSTLList[i];
       if (!aList.contains(aPrs->GetEntry().c_str()))