docs: v3.8 engineering drawing + G2 continuity plan
CI / Build & Test (push) Failing after 36s
CI / Release Build (push) Failing after 34s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
茂之钳
2026-07-24 15:15:53 +00:00
parent a6939d5abd
commit e573cf958f
10 changed files with 1190 additions and 1 deletions
+6
View File
@@ -347,6 +347,12 @@ public:
*/
[[nodiscard]] std::vector<int> vertex_edges(int vertex_id) const;
// ── 友元:拓扑修复需要直接访问内部数据 ──
friend int heal_merge_vertices(BrepModel&, double);
friend int heal_merge_edges(BrepModel&, double);
friend int heal_close_gaps(BrepModel&, double);
friend int heal_orientation(BrepModel&);
private:
std::vector<TopoVertex> vertices_;
std::vector<TopoEdge> edges_;