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:
@@ -19,6 +19,7 @@ set(Surface_LIBS
|
||||
)
|
||||
|
||||
SET(Surface_SRCS
|
||||
../FillType.h
|
||||
AppSurface.cpp
|
||||
AppSurfacePy.cpp
|
||||
PreCompiled.cpp
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user