Files
create/src/Mod/Part/App/TopoShapeCompSolidPy.xml
2021-03-28 15:36:36 +02:00

26 lines
916 B
XML

<?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="TopoShapeCompSolidPy"
Twin="TopoShape"
TwinPointer="TopoShape"
Include="Mod/Part/App/TopoShape.h"
Namespace="Part"
FatherInclude="Mod/Part/App/TopoShapePy.h"
FatherNamespace="Part"
Constructor="true">
<Documentation>
<Author Licence="LGPL" Name="Juergen Riegel" EMail="Juergen.Riegel@web.de" />
<UserDocu>TopoShapeCompSolid is the OpenCasCade topological compound solid wrapper</UserDocu>
</Documentation>
<Methode Name="add">
<Documentation>
<UserDocu>Add a solid to the compound.
add(solid)
</UserDocu>
</Documentation>
</Methode>
</PythonExport>
</GenerateModel>