Skip to content

Commit

Permalink
WIP6
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Jun 6, 2024
1 parent 6c07101 commit 8ff38c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qtscripting/script_geom_surface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
#include "script_geom_surface.h"
#include "script_geom.h"

#include <Geom_BezierSurface.hxx>
#include <Geom_BSplineSurface.hxx>

#include <stdexcept>

namespace Mayo {
Expand Down
8 changes: 8 additions & 0 deletions src/qtscripting/script_geom_surface.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
#include <QtCore/QObject>
#include <QtCore/QVariant>

#include <gp_Cylinder.hxx>
#include <gp_Pln.hxx>
#include <gp_Cone.hxx>
#include <gp_Sphere.hxx>
#include <gp_Torus.hxx>
#include <Geom_BezierSurface.hxx>
#include <Geom_BSplineSurface.hxx>

namespace Mayo {

class ScriptGeomSurface {
Expand Down

0 comments on commit 8ff38c9

Please sign in to comment.