fix some TopoShape documentation

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

View File

@@ -21,8 +21,11 @@
</Methode>
<Methode Name="connectEdgesToWires" Const="true">
<Documentation>
<UserDocu>Build a compound of wires out of the edges of this compound.</UserDocu>
<UserDocu>Build a compound of wires out of the edges of this compound.
myCompound.connectEdgesToWires( Shared = True, Tolerance = 1e-7)
If Shared is True connection is performed only when adjacent edges share the same vertex.
If Shared is False connection is performed only when ends of adjacent edges are at distance less than Tolerance.</UserDocu>
</Documentation>
</Methode>
</PythonExport>
</GenerateModel>
</GenerateModel>