From: vsv Date: Tue, 16 Dec 2014 11:36:48 +0000 (+0300) Subject: Make line of arc preview the same as in final arc X-Git-Tag: before_slalome_7.5.1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=27fd3be3ad030dbcc223be46201f5caf8ef0f6be;p=modules%2Fshaper.git Make line of arc preview the same as in final arc --- diff --git a/src/SketchPlugin/SketchPlugin_Arc.cpp b/src/SketchPlugin/SketchPlugin_Arc.cpp index 760090395..d6a6facfa 100644 --- a/src/SketchPlugin/SketchPlugin_Arc.cpp +++ b/src/SketchPlugin/SketchPlugin_Arc.cpp @@ -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; } }