docs: v3.8 engineering drawing + G2 continuity plan
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user