fill type radio buttons - incomplete

I tried to implement a dialog with fill type radio buttons, but no
success yet.
This commit is contained in:
balazs-bamer
2015-01-13 14:49:55 +01:00
committed by wmayer
parent 328d525a82
commit 65bd9da6d2
8 changed files with 380 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ set(Surface_LIBS
)
SET(Surface_SRCS
../FillType.h
AppSurface.cpp
AppSurfacePy.cpp
PreCompiled.cpp

View File

@@ -30,14 +30,12 @@
#include <GeomFill_BezierCurves.hxx>
#include <Geom_BoundedSurface.hxx>
#include "Mod/Part/App/PartFeature.h"
#include "../FillType.h"
namespace Surface
{
enum filltype_t
{
StretchStyle = 1, CoonsStyle, CurvedStyle
};
class BSurf : public Part::Feature
{