TechDraw: add Balloons
This commit is contained in:
@@ -67,6 +67,7 @@ class DrawViewDimension;
|
||||
class DrawProjectSplit;
|
||||
class DrawViewSection;
|
||||
class DrawViewDetail;
|
||||
class DrawViewBalloon;
|
||||
}
|
||||
|
||||
namespace TechDraw
|
||||
@@ -103,6 +104,7 @@ public:
|
||||
std::vector<TechDraw::DrawHatch*> getHatches(void) const;
|
||||
std::vector<TechDraw::DrawGeomHatch*> getGeomHatches(void) const;
|
||||
std::vector<TechDraw::DrawViewDimension*> getDimensions() const;
|
||||
std::vector<TechDraw::DrawViewBalloon*> getBalloons() const;
|
||||
|
||||
//TODO: are there use-cases for Python access to TechDrawGeometry???
|
||||
|
||||
|
||||
Reference in New Issue
Block a user