add part design thickness
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
#include "FeatureBoolean.h"
|
||||
#include "FeaturePrimitive.h"
|
||||
#include "DatumCS.h"
|
||||
#include "FeatureThickness.h"
|
||||
|
||||
namespace PartDesign {
|
||||
extern PyObject* initModule();
|
||||
@@ -99,6 +100,7 @@ PyMODINIT_FUNC init_PartDesign()
|
||||
PartDesign::Groove ::init();
|
||||
PartDesign::Chamfer ::init();
|
||||
PartDesign::Draft ::init();
|
||||
PartDesign::Thickness ::init();
|
||||
PartDesign::Plane ::init();
|
||||
PartDesign::Line ::init();
|
||||
PartDesign::Point ::init();
|
||||
@@ -114,21 +116,21 @@ PyMODINIT_FUNC init_PartDesign()
|
||||
PartDesign::Sphere ::init();
|
||||
PartDesign::AdditiveSphere ::init();
|
||||
PartDesign::SubtractiveSphere ::init();
|
||||
PartDesign::Cone ::init();
|
||||
PartDesign::AdditiveCone ::init();
|
||||
PartDesign::SubtractiveCone ::init();
|
||||
PartDesign::Ellipsoid ::init();
|
||||
PartDesign::AdditiveEllipsoid ::init();
|
||||
PartDesign::Cone ::init();
|
||||
PartDesign::AdditiveCone ::init();
|
||||
PartDesign::SubtractiveCone ::init();
|
||||
PartDesign::Ellipsoid ::init();
|
||||
PartDesign::AdditiveEllipsoid ::init();
|
||||
PartDesign::SubtractiveEllipsoid ::init();
|
||||
PartDesign::Torus ::init();
|
||||
PartDesign::AdditiveTorus ::init();
|
||||
PartDesign::SubtractiveTorus ::init();
|
||||
PartDesign::Prism ::init();
|
||||
PartDesign::AdditivePrism ::init();
|
||||
PartDesign::SubtractivePrism ::init();
|
||||
PartDesign::Wedge ::init();
|
||||
PartDesign::AdditiveWedge ::init();
|
||||
PartDesign::SubtractiveWedge ::init();
|
||||
PartDesign::Torus ::init();
|
||||
PartDesign::AdditiveTorus ::init();
|
||||
PartDesign::SubtractiveTorus ::init();
|
||||
PartDesign::Prism ::init();
|
||||
PartDesign::AdditivePrism ::init();
|
||||
PartDesign::SubtractivePrism ::init();
|
||||
PartDesign::Wedge ::init();
|
||||
PartDesign::AdditiveWedge ::init();
|
||||
PartDesign::SubtractiveWedge ::init();
|
||||
|
||||
PartDesign::Point ::initHints();
|
||||
PartDesign::Line ::initHints();
|
||||
|
||||
Reference in New Issue
Block a user