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
This commit is contained in:
parent
1d5db76c2a
commit
776b61d3bb
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user