]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_AISObject.cpp
Salome HOME
Disable ISO lines for planes, previews and highlightings.
[modules/shaper.git] / src / GeomAPI / GeomAPI_AISObject.cpp
index 45f57fa5a241a7a8b3012b8d0fe7c5f8a8d65b2e..ac3a6ff4d2f2341954e610a386b62647ed0371f6 100644 (file)
@@ -92,6 +92,7 @@ void GeomAPI_AISObject::createShape(std::shared_ptr<GeomAPI_Shape> theShape)
       aDrawer->PointAspect()->SetTypeOfMarker(Aspect_TOM_PLUS);
     else
       aDrawer->SetPointAspect(new Prs3d_PointAspect(Aspect_TOM_PLUS, Quantity_NOC_YELLOW, 1.));
+    aDrawer->SetIsoOnPlane(false);
     setImpl(new Handle(AIS_InteractiveObject)(aShape));
   }
 }