+ add Python binding to Plate surface
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
#include "ConePy.h"
|
||||
#include "CylinderPy.h"
|
||||
#include "OffsetSurfacePy.h"
|
||||
#include "PlateSurfacePy.h"
|
||||
#include "PlanePy.h"
|
||||
#include "RectangularTrimmedSurfacePy.h"
|
||||
#include "SpherePy.h"
|
||||
@@ -201,6 +202,7 @@ void PartExport initPart()
|
||||
Base::Interpreter().addType(&Part::BezierSurfacePy ::Type,partModule,"BezierSurface");
|
||||
Base::Interpreter().addType(&Part::BSplineSurfacePy ::Type,partModule,"BSplineSurface");
|
||||
Base::Interpreter().addType(&Part::OffsetSurfacePy ::Type,partModule,"OffsetSurface");
|
||||
Base::Interpreter().addType(&Part::PlateSurfacePy ::Type,partModule,"PlateSurface");
|
||||
Base::Interpreter().addType(&Part::SurfaceOfExtrusionPy ::Type,partModule,"SurfaceOfExtrusion");
|
||||
Base::Interpreter().addType(&Part::SurfaceOfRevolutionPy::Type,partModule,"SurfaceOfRevolution");
|
||||
Base::Interpreter().addType(&Part::RectangularTrimmedSurfacePy
|
||||
@@ -298,6 +300,7 @@ void PartExport initPart()
|
||||
Part::GeomToroid ::init();
|
||||
Part::GeomPlane ::init();
|
||||
Part::GeomOffsetSurface ::init();
|
||||
Part::GeomPlateSurface ::init();
|
||||
Part::GeomTrimmedSurface ::init();
|
||||
Part::GeomSurfaceOfRevolution ::init();
|
||||
Part::GeomSurfaceOfExtrusion ::init();
|
||||
|
||||
Reference in New Issue
Block a user