mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Fix for the '52718: TC7.6.0:size of local coordinate system is different in comparison of salome version 7.4.0 and selection mechanizm does not work' issue: now LCS presentations are selectable in the VTK Viewer.
This commit is contained in:
parent
ebcf623079
commit
a864dc1826
@ -259,6 +259,7 @@ void GEOM_VTKTrihedron::SetSize( double theSize )
|
|||||||
aRes->AddInputConnection( aSrcZ->GetOutputPort() );
|
aRes->AddInputConnection( aSrcZ->GetOutputPort() );
|
||||||
|
|
||||||
myMapper->SetInputConnection( aRes->GetOutputPort() );
|
myMapper->SetInputConnection( aRes->GetOutputPort() );
|
||||||
|
aRes->Update();
|
||||||
SALOME_Actor::SetMapper( myMapper );
|
SALOME_Actor::SetMapper( myMapper );
|
||||||
|
|
||||||
aSrcX->Delete();
|
aSrcX->Delete();
|
||||||
|
Loading…
Reference in New Issue
Block a user