git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
18 lines
685 B
XML
18 lines
685 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="DocumentObjectPy"
|
|
Name="PartFeaturePy"
|
|
Twin="Feature"
|
|
TwinPointer="Feature"
|
|
Include="Mod/Part/App/PartFeature.h"
|
|
Namespace="Part"
|
|
FatherInclude="App/DocumentObjectPy.h"
|
|
FatherNamespace="App">
|
|
<Documentation>
|
|
<Author Licence="LGPL" Name="Juergen Riegel" EMail="FreeCAD@juergen-riegel.net" />
|
|
<UserDocu>This is the father of all shape object classes</UserDocu>
|
|
</Documentation>
|
|
</PythonExport>
|
|
</GenerateModel>
|