0032704: Visualization, Prs3d_Drawer - do not implicitly create aspects within getters
[occt.git] / src / IVtkOCC / IVtkOCC_Shape.cxx
index 1d9a065..60fd4bc 100644 (file)
@@ -36,6 +36,7 @@ IVtkOCC_Shape::IVtkOCC_Shape (const TopoDS_Shape& theShape,
   {
     // these old defaults have been moved from IVtkOCC_ShapeMesher constructor
     myOCCTDrawer->SetDeviationCoefficient (0.0001); // Aspect_TOD_RELATIVE
+    myOCCTDrawer->SetupOwnDefaults();
   }
   buildSubShapeIdMap();
 }