Path.Area: added python abort() to abort lengthy operation

This commit is contained in:
Zheng, Lei
2017-02-01 02:45:13 +08:00
parent 6f862fe4a1
commit e66f4c5d6f
4 changed files with 42 additions and 5 deletions

View File

@@ -77,6 +77,13 @@ same algorithm</UserDocu>
<UserDocu>Get current algorithm parameters as a dictionary.</UserDocu>
</Documentation>
</Methode>
<Methode Name="abort" Keyword="true">
<Documentation>
<UserDocu>abort(aborting=True): Static method to abort any ongoing operation\n
To ensure no stray abortion is left in the previous operaion, it is advised to manually
clear the aborting flag by calling abort(False) before starting a new operation. </UserDocu>
</Documentation>
</Methode>
<Attribute Name="Sections" ReadOnly="true">
<Documentation>
<UserDocu>List of sections in this area.</UserDocu>