]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketcherPrs/SketcherPrs_Coincident.cpp
Salome HOME
Use yellow star as an internal symbol for coincidence with an edge.
[modules/shaper.git] / 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);