AttachableObjects are desired in multiple occasions, and the current AttachableObject is not flexible enough to handle all cases. Hence the code is portet to an extension, which gives the needed flexibility.
18 lines
700 B
XML
18 lines
700 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="PartFeaturePy"
|
|
Name="Part2DObjectPy"
|
|
Twin="Part2DObject"
|
|
TwinPointer="Part2DObject"
|
|
Include="Mod/Part/App/Part2DObject.h"
|
|
Namespace="Part"
|
|
FatherInclude="Mod/Part/App/PartFeaturePy.h"
|
|
FatherNamespace="Part">
|
|
<Documentation>
|
|
<Author Licence="LGPL" Name="Juergen Riegel" EMail="FreeCAD@juergen-riegel.net" />
|
|
<UserDocu>This object represents a 2D Shape in a 3D World</UserDocu>
|
|
</Documentation>
|
|
</PythonExport>
|
|
</GenerateModel>
|