if( !aBath.IsNull() )
{
Handle_AIS_PointCloud aPntCloud = new HYDROGUI_BathymetryPrs();
- aPntCloud->Attributes()->SetPointAspect (new Prs3d_PointAspect (Aspect_TOM_POINT, Quantity_NOC_WHITE, 1.0));
+ //aPntCloud->Attributes()->SetPointAspect (new Prs3d_PointAspect (Aspect_TOM_POINT, Quantity_NOC_WHITE, 1.0));
const HYDROData_Bathymetry::AltitudePoints& aBathPoints = aBath->GetAltitudePoints();
int aLower = aBathPoints.Lower();
Handle(AIS_InteractiveObject) aPrsObj = aListIter.Value();
if( !aPrsObj.IsNull() )
{
- theContext->MainPrsMgr()->Color( aPrsObj );
int aMode = aPrsObj->HasHilightMode() ? aPrsObj->HilightMode() : 0;
+ theContext->MainPrsMgr()->Color( aPrsObj, Quantity_NOC_YELLOW, aMode );
SetPrsZLayer( aPrsObj, aMode, theLayer );
theContext->MainPrsMgr()->Unhighlight( aPrsObj, aMode );
}