mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 10:00:33 +05:00
0021105: EDF 1179 SMESH: Efficiency of clipping plane in VTK viewer
This commit is contained in:
parent
fc1ff1af4b
commit
8e1434e86d
@ -113,7 +113,7 @@ SMESH::OrientedPlane::OrientedPlane(SVTK_ViewWindow* theViewWindow):
|
||||
myDistance(0.5)
|
||||
{
|
||||
Init();
|
||||
myViewWindow->AddActor(myActor);
|
||||
myViewWindow->AddActor(myActor, false, false); // don't adjust actors
|
||||
}
|
||||
|
||||
SMESH::OrientedPlane::OrientedPlane():
|
||||
|
Loading…
Reference in New Issue
Block a user