//SetPreselectionProp();
myPreHighlightProperty->Delete();
myPreHighlightProperty->SetColor(0,1,1);
- myPreHighlightProperty->SetPointSize(SALOME_POINT_SIZE);
- myPreHighlightProperty->SetLineWidth(SALOME_LINE_WIDTH);
+ myPreHighlightProperty->SetPointSize(SALOME_POINT_SIZE+2);
+ myPreHighlightProperty->SetLineWidth(SALOME_LINE_WIDTH+2);
myPreHighlightProperty->SetRepresentationToPoints();
//SetSelectionProp();
myHighlightProperty->Delete();
myHighlightProperty->SetColor(1,1,0);
- myHighlightProperty->SetPointSize(SALOME_POINT_SIZE);
- myHighlightProperty->SetLineWidth(SALOME_LINE_WIDTH);
+ myHighlightProperty->SetPointSize(SALOME_POINT_SIZE+2);
+ myHighlightProperty->SetLineWidth(SALOME_LINE_WIDTH+2);
myHighlightProperty->SetRepresentationToPoints();
myTrihedron->Delete();
{
myHighlightProperty->SetColor( theRed, theGreen, theBlue );
myHighlightProperty->SetLineWidth( theWidth );
+ myHighlightProperty->SetPointSize( theWidth );
}
//----------------------------------------------------------------------------
{
myPreHighlightProperty->SetColor( theRed, theGreen, theBlue );
myPreHighlightProperty->SetLineWidth( theWidth );
+ myPreHighlightProperty->SetPointSize( theWidth );
}
//----------------------------------------------------------------------------