[Sketcher] Add handlers for unified measurement facility
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include "SketchObjectSF.h"
|
||||
#include "SketchPy.h"
|
||||
#include "SolverGeometryExtension.h"
|
||||
|
||||
#include "Measure.h"
|
||||
|
||||
namespace Sketcher
|
||||
{
|
||||
@@ -95,6 +95,10 @@ PyMOD_INIT_FUNC(Sketcher)
|
||||
Sketcher::Constraint ::init();
|
||||
Sketcher::PropertyConstraintList ::init();
|
||||
|
||||
// connect to unified measurement facility
|
||||
Sketcher::Measure ::initialize();
|
||||
|
||||
|
||||
Base::Console().Log("Loading Sketcher module... done\n");
|
||||
|
||||
PyMOD_Return(sketcherModule);
|
||||
|
||||
Reference in New Issue
Block a user