Allow Views of App::Parts

This commit is contained in:
WandererFan
2017-09-26 13:16:23 -04:00
committed by Yorik van Havre
parent 6d032f1bcf
commit 913e6a7fd8
4 changed files with 98 additions and 26 deletions

View File

@@ -46,6 +46,11 @@ class gp_Ax2;
//class TopoDS_Wire;
class TopoDS_Shape;
namespace App
{
class Part;
}
namespace TechDrawGeometry
{
class GeometryObject;
@@ -155,7 +160,8 @@ public:
gp_Pln getProjPlane(void) const;
virtual std::vector<TopoDS_Wire> getWireForFace(int idx) const;
virtual TopoDS_Shape getSourceShape(void) const;
virtual TopoDS_Shape getShapeFromPart(App::Part* ap) const;
protected:
TechDrawGeometry::GeometryObject *geometryObject;
Base::BoundBox3d bbox;