1
0
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:
ama
2012-03-06 12:10:31 +04:00
committed by bugmaster
parent a01039b9fd
commit 42e4630ca7
14 changed files with 124 additions and 61 deletions

View File

@@ -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 );
}