[Part]add PropertyTopoShapeList

This commit is contained in:
wandererfan
2023-02-22 16:39:31 -05:00
committed by wwmayer
parent 04d494cb75
commit 7c7fcbb33d
6 changed files with 344 additions and 9 deletions

View File

@@ -126,6 +126,7 @@
#include "OCCError.h"
#include "PrismExtension.h"
#include "PropertyGeometryList.h"
#include "PropertyTopoShapeList.h"
#include <BRepFeat/MakePrismPy.h>
@@ -396,6 +397,7 @@ PyMOD_INIT_FUNC(Part)
Part::PropertyGeometryList ::init();
Part::PropertyShapeHistory ::init();
Part::PropertyFilletEdges ::init();
Part::PropertyTopoShapeList ::init();
Part::FaceMaker ::init();
Part::FaceMakerPublic ::init();