mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08: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