Surface: Various fixes
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
#include "FeatureGeomFillSurface.h"
|
||||
#include "FeatureExtend.h"
|
||||
#include "FeatureSections.h"
|
||||
#include "Blending/BlendPointPy.h"
|
||||
#include "Blending/BlendCurvePy.h"
|
||||
#include "Blending/FeatureBlendCurve.h"
|
||||
|
||||
#include <Base/Interpreter.h>
|
||||
#include <Base/Parameter.h>
|
||||
@@ -78,6 +81,9 @@ PyMOD_INIT_FUNC(Surface)
|
||||
Surface::GeomFillSurface ::init();
|
||||
Surface::Extend ::init();
|
||||
Surface::Sections ::init();
|
||||
Surface::BlendPoint ::init();
|
||||
Surface::BlendCurve ::init();
|
||||
Surface::FeatureBlendCurve ::init();
|
||||
|
||||
PyMOD_Return(mod);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user