Part: expose ChFi2d_FilletAlgo to Python
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
#include "Mod/Part/App/BRepOffsetAPI_MakePipeShellPy.h"
|
||||
#include "Mod/Part/App/BSplineCurvePy.h"
|
||||
#include "Mod/Part/App/BSplineSurfacePy.h"
|
||||
#include <Mod/Part/App/ChFi2d_FilletAlgoPy.h>
|
||||
#include "Mod/Part/App/CirclePy.h"
|
||||
#include "Mod/Part/App/ConePy.h"
|
||||
#include "Mod/Part/App/ConicPy.h"
|
||||
@@ -290,6 +291,7 @@ PyMOD_INIT_FUNC(Part)
|
||||
Base::Interpreter().addType(&Part::GeometryBoolExtensionPy ::Type,partModule,"GeometryBoolExtension");
|
||||
Base::Interpreter().addType(&Part::GeometryDoubleExtensionPy ::Type,partModule,"GeometryDoubleExtension");
|
||||
Base::Interpreter().addType(&Part::PrecisionPy ::Type,partModule,"Precision");
|
||||
Base::Interpreter().addType(&Part::ChFi2d_FilletAlgoPy::Type,partModule,"ChFi2d_FilletAlgo");
|
||||
|
||||
// BRepFeat package
|
||||
PyObject* brepfeatModule(module.getAttr("BRepFeat").ptr());
|
||||
|
||||
Reference in New Issue
Block a user