中轴线专题

OCCT-计算二维图形的中轴线

方案一:三角剖分、重心的连接 // 获取TopoDS_Shape中所有三角形的重心并连接成中轴线TopoDS_Shape GetTriangleCentroids(const TopoDS_Shape& shape){std::vector<gp_Pnt> points;TopExp_Explorer explorer(shape, TopAbs_FACE);while (explorer.