mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-07 00:14:17 +05:00
IPAL21461 TC5.1.3: a shape is shown with edges directions by default in VTK
This commit is contained in:
parent
067e5f9d10
commit
a614e772f5
@ -820,7 +820,7 @@ void GEOM_Displayer::Update( SALOME_VTKPrs* prs )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
bool isVector;
|
bool isVector = false;
|
||||||
if (myType == GEOM_VECTOR) isVector = true;
|
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, isVector );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user