indentation fix

This commit is contained in:
tomate44
2018-01-21 12:30:29 +01:00
parent 31ce28aa0d
commit e0ee9bf9ce

View File

@@ -22,9 +22,9 @@
<Methode Name="connectEdgesToWires" Const="true">
<Documentation>
<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>
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>