implement beginSimulation and getResultMesh

This commit is contained in:
Shai Seger
2017-10-22 00:46:34 +03:00
committed by Yorik van Havre
parent e366a3cfab
commit fbbd0ce35b
7 changed files with 123 additions and 60 deletions

View File

@@ -25,8 +25,18 @@ Start a simulation process on a box shape stock with given resolution\n</UserDoc
</Methode>
<Methode Name="SetCurrentTool">
<Documentation>
<UserDocu>SetCurrentTool(tool):\n
Set the current Path Tool for the subsequent simulator operations.\n</UserDocu>
<UserDocu>
SetCurrentTool(tool):\n
Set the current Path Tool for the subsequent simulator operations.\n
</UserDocu>
</Documentation>
</Methode>
<Methode Name="GetResultMesh">
<Documentation>
<UserDocu>
GetResultMesh():\n
Return the current mesh result of the simulation.\n
</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Tool" ReadOnly="true">