double xxx::CalculateRadiusFromThreePoints(const gp_Pnt& p1, const gp_Pnt& p2, const gp_Pnt& p3){// 检查三点是否重合或距离过近if (p1.I...