mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0029520: Visualization - drop deprecated V3d_View::Export() functionality and dependency from gl2ps
This commit is contained in:
@@ -2666,17 +2666,6 @@ void V3d_View::Init()
|
||||
}
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
//function : Export
|
||||
//purpose :
|
||||
//=============================================================================
|
||||
Standard_Boolean V3d_View::Export (const Standard_CString theFileName,
|
||||
const Graphic3d_ExportFormat theFormat,
|
||||
const Graphic3d_SortType theSortType)
|
||||
{
|
||||
return myView->Export (theFileName, theFormat, theSortType);
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
//function : Dump
|
||||
//purpose :
|
||||
|
Reference in New Issue
Block a user