From c09093a0799158f78f89f07b3150520ce71f992b Mon Sep 17 00:00:00 2001 From: flachyjoe Date: Mon, 22 Mar 2021 21:57:26 +0100 Subject: [PATCH] format TopoShapeCompoundPy.xml --- src/Mod/Part/App/TopoShapeCompoundPy.xml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/Mod/Part/App/TopoShapeCompoundPy.xml b/src/Mod/Part/App/TopoShapeCompoundPy.xml index cf90db7897..35c6dc8345 100644 --- a/src/Mod/Part/App/TopoShapeCompoundPy.xml +++ b/src/Mod/Part/App/TopoShapeCompoundPy.xml @@ -1,28 +1,31 @@ - - + Create a compound out of a list of shapes - Add a shape to the compound. + Add a shape to the compound. +add(shape) + Build a compound of wires out of the edges of this compound. -myCompound.connectEdgesToWires( Shared = True, Tolerance = 1e-7) +connectEdgesToWires([Shared = True, Tolerance = 1e-7]) -> Compound +-- 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.