[TD]fix handling of perforated section faces

This commit is contained in:
wandererfan
2023-02-01 16:56:02 -05:00
committed by WandererFan
parent d9afb06676
commit bd25c86973
2 changed files with 112 additions and 30 deletions

View File

@@ -37,7 +37,6 @@
#include "DrawViewPart.h"
class Bnd_Box;
class gp_Pln;
class gp_Pnt;
@@ -48,10 +47,6 @@ class gp_Ax2;
namespace TechDraw
{
class Face;
}
namespace TechDraw
{
class DrawProjGroupItem;
class DrawGeomHatch;
class PATLineSpec;
@@ -171,6 +166,8 @@ public:
bool showSectionEdges(void);
TopoDS_Shape makeFaceFromWires(std::vector<TopoDS_Wire> &inWires);
public Q_SLOTS:
virtual void onSectionCutFinished(void);