Part: register facemaker classes into typesystem
This commit is contained in:
parent
02286a21d1
commit
12d33e841f
|
@ -97,6 +97,9 @@
|
|||
#include "DatumFeature.h"
|
||||
#include "Attacher.h"
|
||||
#include "AttachableObject.h"
|
||||
#include "FaceMaker.h"
|
||||
#include "FaceMakerCheese.h"
|
||||
#include "FaceMakerBullseye.h"
|
||||
|
||||
namespace Part {
|
||||
extern PyObject* initModule();
|
||||
|
@ -241,6 +244,13 @@ PyMODINIT_FUNC initPart()
|
|||
Part::PropertyShapeHistory ::init();
|
||||
Part::PropertyFilletEdges ::init();
|
||||
|
||||
Part::FaceMaker ::init();
|
||||
Part::FaceMakerPublic ::init();
|
||||
Part::FaceMakerSimple ::init();
|
||||
Part::FaceMakerCheese ::init();
|
||||
Part::FaceMakerExtrusion ::init();
|
||||
Part::FaceMakerBullseye ::init();
|
||||
|
||||
Attacher::AttachEngine ::init();
|
||||
Attacher::AttachEngine3D ::init();
|
||||
Attacher::AttachEnginePlane ::init();
|
||||
|
|
Loading…
Reference in New Issue
Block a user