获取多段线上圆弧的中心点 半径

AcGeCircArc3d pArc;
pPolyline->getArcSegAt(i,pArc);
AcGePoint3d pcenter=pArc.center();
double b = pArc.radius();

posted @ 2015-08-29 10:14  xzh1993  阅读(517)  评论(0编辑  收藏  举报