IPAL21461 TC5.1.3: a shape is shown with edges directions by default in VTK

This commit is contained in:
dmv 2009-11-06 13:32:20 +00:00
parent 067e5f9d10
commit a614e772f5

View File

@ -820,7 +820,7 @@ void GEOM_Displayer::Update( SALOME_VTKPrs* prs )
}
else
{
bool isVector;
bool isVector = false;
if (myType == GEOM_VECTOR) isVector = true;
theActors = GEOM_AssemblyBuilder::BuildActors( myShape, 0, 0, Standard_True, isVector );
}