indentation fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user