TC5.1.3: a shape is shown with edges direction by default in VTK, but shouldn't be

This commit is contained in:
dmv 2009-11-10 09:21:25 +00:00
parent 1d5db76c2a
commit 776b61d3bb

View File

@ -849,7 +849,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 );
}