www.mxdraw.com
|
圆弧的构造函数,圆弧的位置是开始点逆时针转到结束点经过的圆弧
McDbArc(const McGePoint3d& center, const McGeVector3d& normal, double radius, double startAngle, double endAngle);
参数 |
说明 |
const McGePoint3d& center |
圆弧的中心 |
const McGeVector3d& normal |
暂没使用 |
double radius |
圆弧的半径 |
double startAngle |
圆弧的开始角,圆弧开始点顺时针转到X轴经过的弧度 |
double endAngle |
圆弧的结束角,圆弧结束点顺时针转到X轴经过的弧度 |