mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-21 00:29:40 +05:00
TC5.1.3: a shape is shown with edges direction by default in VTK, but shouldn't be (additional minor fix)
This commit is contained in:
parent
c1c4656c28
commit
e39164dd0e
@ -849,9 +849,7 @@ void GEOM_Displayer::Update( SALOME_VTKPrs* prs )
|
||||
}
|
||||
else
|
||||
{
|
||||
bool isVector = false;
|
||||
if (myType == GEOM_VECTOR) isVector = true;
|
||||
theActors = GEOM_AssemblyBuilder::BuildActors( myShape, 0, 0, Standard_True, isVector );
|
||||
theActors = GEOM_AssemblyBuilder::BuildActors( myShape, 0, 0, Standard_True, myType == GEOM_VECTOR );
|
||||
}
|
||||
|
||||
theActors->InitTraversal();
|
||||
|
Loading…
Reference in New Issue
Block a user