implement ApplyCommand and SetCurrentTool

This commit is contained in:
Shai Seger
2017-10-22 17:50:52 +03:00
committed by Yorik van Havre
parent fbbd0ce35b
commit b9362df315
7 changed files with 62 additions and 11 deletions

View File

@@ -39,6 +39,14 @@ Start a simulation process on a box shape stock with given resolution\n</UserDoc
</UserDocu>
</Documentation>
</Methode>
<Methode Name="ApplyCommand" Keyword='true'>
<Documentation>
<UserDocu>
ApplyCommand(placement, command):\n
Apply a single path command on the stock starting from placement.\n
</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Tool" ReadOnly="true">
<Documentation>
<UserDocu>Return current simulation tool.</UserDocu>