0022368: AIS_Trihedron's highlight presentation isn't updated on trihedron relocation
[occt.git] / src / AIS / AIS_IdenticRelation.lxx
CommitLineData
7fd59977 1// File: AIS_IdenticRelation.lxx
2// Created: Tue Mar 4 09:41:04 1997
3// Author: Jean-Pierre COMBE
4// <jpr>
5
6//=======================================================================
7//function : IsMovable
8//purpose :
9//=======================================================================
10inline Standard_Boolean AIS_IdenticRelation::IsMovable() const
11{
12 return Standard_True;
13}