mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0023791: Remove obsolete functionality - animation mode and degeneration presentation mode
This commit is contained in:
@@ -78,13 +78,13 @@ void OCCViewer::RedrawView(void)
|
||||
void OCCViewer::SetDegenerateModeOn(void)
|
||||
{
|
||||
if (!myView.IsNull())
|
||||
myView->SetDegenerateModeOn();
|
||||
myView->SetComputedMode (Standard_False);
|
||||
}
|
||||
|
||||
void OCCViewer::SetDegenerateModeOff(void)
|
||||
{
|
||||
if (!myView.IsNull())
|
||||
myView->SetDegenerateModeOff();
|
||||
myView->SetComputedMode (Standard_True);
|
||||
}
|
||||
|
||||
void OCCViewer::WindowFitAll(int Xmin, int Ymin, int Xmax, int Ymax)
|
||||
|
Reference in New Issue
Block a user