Salome HOME
Make line of arc preview the same as in final arc
authorvsv <vitaly.smetannikov@opencascade.com>
Tue, 16 Dec 2014 11:36:48 +0000 (14:36 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Tue, 16 Dec 2014 11:36:48 +0000 (14:36 +0300)
src/SketchPlugin/SketchPlugin_Arc.cpp

index 7600903953f4cdd55607e11e3c5242c31dfa1864..d6a6facfae37ceaa3eeaef964b49e10d53eedbaf 100644 (file)
@@ -128,6 +128,7 @@ AISObjectPtr SketchPlugin_Arc::getAISObject(AISObjectPtr thePrevious)
                 if (!anAIS)
                   anAIS = AISObjectPtr(new GeomAPI_AISObject);
                 anAIS->createShape(aCompound);
+                anAIS->setWidth(3);
                 return anAIS;
               }
             }