format TopoShapeCompoundPy.xml

This commit is contained in:
flachyjoe
2021-03-22 21:57:26 +01:00
committed by wwmayer
parent f9af6e8ea3
commit c09093a079

View File

@@ -1,28 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
<PythonExport
Father="TopoShapePy"
Name="TopoShapeCompoundPy"
Twin="TopoShape"
TwinPointer="TopoShape"
Include="Mod/Part/App/TopoShape.h"
Namespace="Part"
<PythonExport
Father="TopoShapePy"
Name="TopoShapeCompoundPy"
Twin="TopoShape"
TwinPointer="TopoShape"
Include="Mod/Part/App/TopoShape.h"
Namespace="Part"
FatherInclude="Mod/Part/App/TopoShapePy.h"
FatherNamespace="Part"
Constructor="true">
<Documentation>
<Documentation>
<Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de" />
<UserDocu>Create a compound out of a list of shapes</UserDocu>
</Documentation>
<Methode Name="add">
<Documentation>
<UserDocu>Add a shape to the compound.</UserDocu>
<UserDocu>Add a shape to the compound.
add(shape)
</UserDocu>
</Documentation>
</Methode>
<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)
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.</UserDocu>
</Documentation>