From e0ee9bf9ce7b1490063581d6f46c83e64af2d021 Mon Sep 17 00:00:00 2001 From: tomate44 Date: Sun, 21 Jan 2018 12:30:29 +0100 Subject: [PATCH] indentation fix --- src/Mod/Part/App/TopoShapeCompoundPy.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.