mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
0022903: DeviationAngle from AIS_InteractiveContext returns constant value
Returning myDefaultDrawer->DeviationAngle() instead of a constant value
This commit is contained in:
parent
84e5bff386
commit
cb15fdf727
@ -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();
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user