[TechDraw] Use OCC to split intersecting edges
This commit is contained in:
@@ -121,7 +121,6 @@ public:
|
||||
static std::vector<TopoDS_Edge> pruneUnconnected(vertexMap verts,
|
||||
std::vector<TopoDS_Edge> edges);
|
||||
static std::vector<TopoDS_Edge> removeOverlapEdges(const std::vector<TopoDS_Edge>& inEdges);
|
||||
static std::vector<TopoDS_Edge> splitIntersectingEdges(std::vector<TopoDS_Edge>& inEdges);
|
||||
|
||||
static bool sameEndPoints(const TopoDS_Edge& e1,
|
||||
const TopoDS_Edge& e2);
|
||||
@@ -133,12 +132,6 @@ public:
|
||||
const TopoDS_Edge& e1);
|
||||
static void dumpVertexMap(vertexMap verts);
|
||||
|
||||
protected:
|
||||
static std::vector<TopoDS_Edge> getEdges(TechDraw::GeometryObject* geometryObject);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
using DrawProjectSplitPython = App::FeaturePythonT<DrawProjectSplit>;
|
||||
|
||||
Reference in New Issue
Block a user