diff --git a/src/Mod/Part/App/TopoShapeCompoundPy.xml b/src/Mod/Part/App/TopoShapeCompoundPy.xml index f0863e1d44..cf90db7897 100644 --- a/src/Mod/Part/App/TopoShapeCompoundPy.xml +++ b/src/Mod/Part/App/TopoShapeCompoundPy.xml @@ -22,9 +22,9 @@ 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. +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.