Integration of OCCT 6.5.0 from SVN
[occt.git] / src / AIS / AIS_ParallelRelation.lxx
1 // File:        AIS_ParallelRelation.lxx
2 // Created:     Fri Feb 28 14:38:46 1997
3 // Author:      Jean-Pierre COMBE
4 //              <jpr>
5 //=======================================================================
6 //function : IsMovable
7 //purpose  : 
8 //=======================================================================
9 inline Standard_Boolean AIS_ParallelRelation::IsMovable() const 
10 {
11   return Standard_True;
12 }