#include <Base/Writer.h>
#include <App/GeoFeature.h>
#include <App/DynamicProperty.h>
#include <App/PropertyPythonObject.h>
#include <App/PropertyGeo.h>
#include <App/FeaturePythonPy.h>
Go to the source code of this file.
Classes | |
class | App::FeaturePythonImp |
class | App::FeaturePythonT< FeatureT > |
Generic Python feature class which allows to behave every DocumentObject derived class as Python feature -- simply by subclassing. More... | |
Namespaces | |
namespace | App |
The namespace of the FreeCAD Aplication layer library. | |
Typedefs | |
typedef FeaturePythonT < DocumentObject > | App::FeaturePython |
typedef FeaturePythonT < GeoFeature > | App::GeometryPython |