|
www.mxdraw.com
|
向Polyline增加新的一个端点
Mcad::ErrorStatus addVertexAt(const McGePoint2d& pt, double bulge = 0., double startWidth = -1., double endWidth = -1);
|
参数 |
说明 |
|
const McGePoint2d& pt |
新增加的端点坐标 |
|
double bulge = 0. |
圆弧的凸度 |
|
double startWidth = -1. |
该点位置的曲线的开始宽度 |
|
double endWidth = -1 |
该点位置的曲线的结束宽度 |
如果成功返回Mcad::eOk