www.mxdraw.com
|
设置填充区域数据
Mcad::ErrorStatus setLoopAt(int loopIndex, Mdesk::Int32 loopType, const McGePoint2dArray& vertices, const McGeDoubleArray& bulges);
参数 |
说明 |
int loopIndex |
填充区域索引,从0计数 |
Mdesk::Int32 loopType |
边界的类型 |
const McGePoint2dArray& vertices |
边界中的点坐数组 |
const McGeDoubleArray& bulges |
边界中点数组中的圆弧凸度,vertices的长度与bulges相等 |