EgtGraphics 2.4j1 :
- aggiunta funzione per esportazione della griglia.
This commit is contained in:
+8
-1
@@ -200,8 +200,15 @@ Scene::DrawGrid( void)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
void
|
||||
Scene::GetGridParam(double& dSnapStep, int& nExtStep) const
|
||||
Scene::GetGridParam( double& dSnapStep, int& nExtStep) const
|
||||
{
|
||||
dSnapStep = m_dSnapStep ;
|
||||
nExtStep = m_nExtSstep ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Scene::GetShowGrid()
|
||||
{
|
||||
return m_bShowGrid ;
|
||||
}
|
||||
Reference in New Issue
Block a user