Add getCycleTime method to Path::ToolPath

This commit is contained in:
Daniel Wood
2020-04-22 19:08:09 +01:00
parent 4a37aaafa4
commit 87ce2ec4d4
4 changed files with 76 additions and 0 deletions

View File

@@ -78,6 +78,11 @@ deletes the command found at the given position or from the end of the path</Use
<UserDocu>returns a copy of this path</UserDocu>
</Documentation>
</Methode>
<Methode Name="getCycleTime" Const="true">
<Documentation>
<UserDocu>return the cycle time estimation for this path in s</UserDocu>
</Documentation>
</Methode>
<!--<ClassDeclarations>
bool touched;
</ClassDeclarations>-->