implement active body in PartDesign

This commit is contained in:
jriegel
2012-05-05 14:37:56 +02:00
committed by Stefan Tröger
parent e5f3fe18f6
commit 5b23d06cfe
15 changed files with 281 additions and 36 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
<PythonExport
Father="PartFeaturePy"
Name="BodyBasePy"
Twin="BodyBase"
TwinPointer="BodyBase"
Include="Mod/Part/App/BodyBase.h"
Namespace="Part"
FatherInclude="Mod/Part/App/PartFeaturePy.h"
FatherNamespace="Part">
<Documentation>
<Author Licence="LGPL" Name="Juergen Riegel" EMail="FreeCAD@juergen-riegel.net" />
<UserDocu>Base class of all Body objects</UserDocu>
</Documentation>
</PythonExport>
</GenerateModel>