Salome HOME
Merge branch 'Dev_2.1.0' of salome:modules/shaper into Dev_2.1.0
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.cpp
index 9bca1063cb4d08a760949383d07fc890bba34749..c164e44a40225855d89111b0ed14b17be1a45e2e 100644 (file)
@@ -52,6 +52,6 @@ bool ConstructionPlugin_Point::customisePresentation(ResultPtr theResult,
 {
   bool isCustomized = theDefaultPrs.get() != NULL &&
                       theDefaultPrs->customisePresentation(theResult, thePrs, theDefaultPrs);
-  thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol
+  //thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol
   return true;
 }