Fix issue 7 Projection Results

This commit is contained in:
WandererFan
2016-03-06 19:52:41 -05:00
committed by wmayer
parent d95bf4786d
commit 14a9fd4fcd
12 changed files with 692 additions and 1203 deletions

View File

@@ -30,6 +30,7 @@
#include "DrawViewPart.h"
class gp_Pln;
class TopoDS_Compound;
namespace TechDraw
{
@@ -65,10 +66,10 @@ public:
}
public:
void getSectionSurface(std::vector<TechDrawGeometry::Face *> &sectionFace) const;
TopoDS_Compound getSectionFaces(void);
protected:
TopoDS_Shape result;
TopoDS_Shape sectionShape;
gp_Pln getSectionPlane() const;
};