Surface: add command to create surface from sections

This commit is contained in:
wmayer
2020-09-26 16:32:42 +02:00
parent 173576e49c
commit ed7cdd4c2c
13 changed files with 1015 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
#include "Workbench.h"
#include "TaskGeomFillSurface.h"
#include "TaskFilling.h"
#include "TaskSections.h"
// use a different name to CreateCommand()
void CreateSurfaceCommands(void);
@@ -79,6 +80,7 @@ PyMOD_INIT_FUNC(SurfaceGui)
SurfaceGui::Workbench::init();
SurfaceGui::ViewProviderGeomFillSurface ::init();
SurfaceGui::ViewProviderFilling ::init();
SurfaceGui::ViewProviderSections ::init();
// SurfaceGui::ViewProviderCut::init();