mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0025773: Visualization - remove AIS_Drawer class and transfer its Link() logic to Prs3d_Drawer
This commit is contained in:
@@ -89,7 +89,7 @@ void CAISNbrIsosDialog::OnDeltaposSpinaisisosv(NMHDR* pNMHDR, LRESULT* pResult)
|
||||
|
||||
|
||||
#include <AIS_InteractiveObject.hxx>
|
||||
#include <AIS_Drawer.hxx>
|
||||
#include <Prs3d_Drawer.hxx>
|
||||
|
||||
void CAISNbrIsosDialog::UpdateIsos ()
|
||||
{
|
||||
@@ -99,8 +99,8 @@ void CAISNbrIsosDialog::UpdateIsos ()
|
||||
myCurrentIC->MoreCurrent ();
|
||||
myCurrentIC->NextSelected ())
|
||||
{
|
||||
Handle (AIS_InteractiveObject) CurObject;
|
||||
Handle (AIS_Drawer) CurDrawer;
|
||||
Handle(AIS_InteractiveObject) CurObject;
|
||||
Handle(Prs3d_Drawer) CurDrawer;
|
||||
|
||||
|
||||
CurObject = myCurrentIC->Current();
|
||||
|
Reference in New Issue
Block a user