fix some TopoShape documentation

This commit is contained in:
tomate44
2018-01-21 12:03:53 +01:00
parent 3c679c13ca
commit ecce5eea6d
4 changed files with 31 additions and 21 deletions

View File

@@ -135,7 +135,9 @@ Part.show(r)
<Methode Name="check" Const="true">
<Documentation>
<UserDocu>Checks the shape and report errors in the shape structure.
This is a more detailed check as done in isValid().</UserDocu>
This is a more detailed check as done in isValid().
myShape.check(runBopCheck = False)
if runBopCheck is True, a BOPCheck analysis is also performed.</UserDocu>
</Documentation>
</Methode>
<Methode Name="fuse" Const="true">