Surface: ViewProviderExtend for Surface::Extend object

This is created by the Surface_ExtendFace command.
This commit is contained in:
vocx-fc
2020-09-30 13:45:32 -05:00
committed by wmayer
parent 3ec05cefcb
commit 7750c4dfbf
5 changed files with 92 additions and 2 deletions

View File

@@ -37,6 +37,7 @@
#include "TaskGeomFillSurface.h"
#include "TaskFilling.h"
#include "TaskSections.h"
#include "ViewProviderExtend.h"
// use a different name to CreateCommand()
void CreateSurfaceCommands(void);
@@ -81,8 +82,8 @@ PyMOD_INIT_FUNC(SurfaceGui)
SurfaceGui::ViewProviderGeomFillSurface ::init();
SurfaceGui::ViewProviderFilling ::init();
SurfaceGui::ViewProviderSections ::init();
// SurfaceGui::ViewProviderCut::init();
SurfaceGui::ViewProviderExtend::init();
// SurfaceGui::ViewProviderCut::init();
PyObject* mod = SurfaceGui::initModule();
Base::Console().Log("Loading GUI of Surface module... done\n");