mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0022459: The ImportExport sample crash
This commit is contained in:
@@ -58,7 +58,7 @@ void CRectangularGrid::UpdateDialogData()
|
||||
YOrigin = m_YOrigin ;
|
||||
XStep = m_XStep ;
|
||||
YStep = m_YStep ;
|
||||
RotationAngle= m_RotationAngle*PI180 ;
|
||||
RotationAngle= m_RotationAngle*M_PI/180 ;
|
||||
myViewer->SetRectangularGridValues(XOrigin, YOrigin, XStep, YStep, RotationAngle );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user