Fix issue 7 Projection Results
This commit is contained in:
@@ -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 *> §ionFace) const;
|
||||
TopoDS_Compound getSectionFaces(void);
|
||||
|
||||
protected:
|
||||
TopoDS_Shape result;
|
||||
TopoDS_Shape sectionShape;
|
||||
gp_Pln getSectionPlane() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user