Part: Allow to disable progress bar in brep string reader

This commit is contained in:
Yorik van Havre
2018-07-19 11:57:07 -03:00
parent cc0fb2a5a9
commit c93ff200ca
4 changed files with 16 additions and 10 deletions

View File

@@ -85,7 +85,9 @@ Sub-elements such as vertices, edges or faces are accessible as:
</Methode>
<Methode Name="importBrepFromString">
<Documentation>
<UserDocu>Load the shape from a string that keeps the content in BREP format.</UserDocu>
<UserDocu>Load the shape from a string that keeps the content in BREP format.
importBrepFromString(str,False) to not display a progress bar.
</UserDocu>
</Documentation>
</Methode>
<Methode Name="extrude" Const="true">