else if (aShapeType == 7) { // otherwise this is a vertex
// The width value do not have effect on the point presentation.
// It is defined in order to extend selection area of the object.
- thePrs->setWidth(13);
+ thePrs->setWidth(17);
// thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol
}
return isCustomized;
if(anAISIO->Width() > 1) {
for(int aModeIdx = 0; aModeIdx < myActiveSelectionModes.length(); ++aModeIdx) {
int aMode = myActiveSelectionModes.value(aModeIdx);
- double aPrecision = (aMode == getSelectionMode(TopAbs_VERTEX))? 15 :
+ double aPrecision = (aMode == getSelectionMode(TopAbs_VERTEX))? 20 :
(anAISIO->Width() + 2);
aContext->SetSelectionSensitivity(anAISIO, aMode, aPrecision);
}