add coordinate system datum
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
#include "DatumPoint.h"
|
||||
#include "FeatureBoolean.h"
|
||||
#include "FeaturePrimitive.h"
|
||||
#include "DatumCS.h"
|
||||
|
||||
namespace PartDesign {
|
||||
extern PyObject* initModule();
|
||||
@@ -101,13 +102,15 @@ PyMODINIT_FUNC init_PartDesign()
|
||||
PartDesign::Plane ::init();
|
||||
PartDesign::Line ::init();
|
||||
PartDesign::Point ::init();
|
||||
PartDesign::CoordinateSystem ::init();
|
||||
PartDesign::Boolean ::init();
|
||||
PartDesign::FeaturePrimitive ::init();
|
||||
PartDesign::Box ::init();
|
||||
PartDesign::AdditiveBox ::init();
|
||||
PartDesign::SubtractiveBox ::init();
|
||||
|
||||
PartDesign::Point::initHints();
|
||||
PartDesign::Line ::initHints();
|
||||
PartDesign::Plane::initHints();
|
||||
PartDesign::Point ::initHints();
|
||||
PartDesign::Line ::initHints();
|
||||
PartDesign::Plane ::initHints();
|
||||
PartDesign::CoordinateSystem ::initHints();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user