if (!anOwner.IsNull())
mySelectedPoints.append(anOwner->GetIndex());
}
-
+ DEBTRACE("points selected " << points->ItemNumber());
Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup( aSelectPrs );
//Handle(Graphic3d_Group) aGroup = aSelectPrs->NewGroup();
Handle(Graphic3d_AspectMarker3d) anAspect = new Graphic3d_AspectMarker3d( Aspect_TOM_X, Quantity_NOC_WHITE, 1.0 );
ctx->RemoveFilters();
//ctx->Activate( bath, aSelectionMode, Standard_True );
ctx->SetSelectionModeActive (bath, aSelectionMode, Standard_True, AIS_SelectionModesConcurrency_Multiple, Standard_False);
- ctx->SetSelectionModeActive (bath, 0, Standard_True, AIS_SelectionModesConcurrency_Multiple, Standard_False);
+ //ctx->SetSelectionModeActive (bath, 0, Standard_True, AIS_SelectionModesConcurrency_Multiple, Standard_False);
bath->SetAutoHilight( Standard_False ); // True bloque le passage dans hilightSelected...
// DEBTRACE("immediateMode: " << ctx->MainPrsMgr()->IsImmediateModeOn());
// if (!ctx->MainPrsMgr()->IsImmediateModeOn())