Salome HOME
Use yellow star as an internal symbol for coincidence with an edge.
authorvsv <vsv@opencascade.com>
Thu, 6 Sep 2018 12:43:53 +0000 (15:43 +0300)
committervsv <vsv@opencascade.com>
Thu, 6 Sep 2018 12:44:05 +0000 (15:44 +0300)
src/SketcherPrs/SketcherPrs_Coincident.cpp

index 684065e0a0192a6d4935f3c9347906834db3dc2d..d5c13571e905bccec9a2d2642ae5b4d861f17a46 100644 (file)
@@ -156,7 +156,7 @@ void SketcherPrs_Coincident::Compute(
 
   // Make a black mid ring
   aPtA = new Graphic3d_AspectMarker3d();
-  aPtA->SetType(Aspect_TOM_RING1);
+  aPtA->SetType(aIsEdge ? Aspect_TOM_STAR : Aspect_TOM_RING1);
   aPtA->SetScale(1.);
   aPtA->SetColor(!aCustomColor ? aInternalColor : myCustomColor);
   aGroup->SetPrimitivesAspect(aPtA);