mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0022903: DeviationAngle from AIS_InteractiveContext returns constant value
Returning myDefaultDrawer->DeviationAngle() instead of a constant value
This commit is contained in:
@@ -1661,8 +1661,8 @@ void AIS_InteractiveContext::SetDeviationAngle(const Standard_Real anAngle)
|
||||
|
||||
Standard_Real AIS_InteractiveContext::DeviationAngle() const
|
||||
{
|
||||
return M_PI/180.0e0 ;
|
||||
// return myDefaultDrawer->DeviationAngle();
|
||||
//return M_PI/180.0e0 ;
|
||||
return myDefaultDrawer->DeviationAngle();
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user