From: vsv Date: Wed, 28 Dec 2016 15:01:07 +0000 (+0300) Subject: Issue #1933:Set auxiliary presentation style X-Git-Tag: V_2.7.0~351^2~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=32208dedf0b2b5bd50b5b86c464f37a8e0eb07d0;p=modules%2Fshaper.git Issue #1933:Set auxiliary presentation style --- diff --git a/src/PartSet/PartSet_ResultSketchPrs.cpp b/src/PartSet/PartSet_ResultSketchPrs.cpp index c78304904..6b562be08 100755 --- a/src/PartSet/PartSet_ResultSketchPrs.cpp +++ b/src/PartSet/PartSet_ResultSketchPrs.cpp @@ -233,6 +233,8 @@ void PartSet_ResultSketchPrs::setAuxiliaryPresentationStyle(const bool isAuxilia if (isChangedLineType) { Handle(Prs3d_LineAspect) aAspect = new Prs3d_LineAspect(aCurrentColor, aType, aCurrentWidth); aDrawer->SetLineAspect(aAspect); + aDrawer->SetWireAspect(aAspect); + SetAttributes(aDrawer); } }