Cleanup orphan features on DVP delete

This commit is contained in:
WandererFan
2017-02-09 13:18:22 -05:00
parent 392ce697b4
commit b20d51e1b4
5 changed files with 55 additions and 13 deletions

View File

@@ -57,6 +57,7 @@ class Face;
namespace TechDraw {
class DrawHatch;
class DrawGeomHatch;
class DrawViewDimension;
class DrawProjectSplit;
class DrawViewSection;
}
@@ -100,6 +101,7 @@ public:
std::vector<TechDraw::DrawHatch*> getHatches(void) const;
std::vector<TechDraw::DrawGeomHatch*> getGeomHatches(void) const;
std::vector<TechDraw::DrawViewDimension*> getDimensions() const;
//TODO: are there use-cases for Python access to TechDrawGeometry???