Add access to motion time index
This commit is contained in:
parent
873c573f8d
commit
4881ed8133
1 changed files with 6 additions and 0 deletions
|
@ -394,6 +394,12 @@ public:
|
|||
return moving_;
|
||||
}
|
||||
|
||||
//- Return current motion time index
|
||||
label curMotionTimeIndex() const
|
||||
{
|
||||
return moving_;
|
||||
}
|
||||
|
||||
//- Set the mesh to be moving
|
||||
bool moving(const bool m)
|
||||
{
|
||||
|
|
Reference in a new issue