Part: Expose GeometryIntExtension python type

This commit is contained in:
Abdullah Tahiri
2019-01-25 13:50:41 +01:00
committed by wmayer
parent 7828c34ffe
commit 9cb2863a2e

View File

@@ -60,6 +60,7 @@
#include "GeometryExtension.h"
#include "GeometryIntExtension.h"
#include "Geometry2d.h"
#include "Mod/Part/App/GeometryIntExtensionPy.h"
#include "Mod/Part/App/TopoShapePy.h"
#include "Mod/Part/App/TopoShapeVertexPy.h"
#include "Mod/Part/App/TopoShapeFacePy.h"
@@ -355,6 +356,8 @@ PyMOD_INIT_FUNC(Part)
Base::Interpreter().addType(&Part::PartFeaturePy ::Type,partModule,"Feature");
Base::Interpreter().addType(&Attacher::AttachEnginePy ::Type,partModule,"AttachEngine");
Base::Interpreter().addType(&Part::GeometryIntExtensionPy ::Type,partModule,"GeometryIntExtension");
#if PY_MAJOR_VERSION >= 3
static struct PyModuleDef BRepOffsetAPIDef = {
PyModuleDef_HEAD_INIT,