eDegenerateGeometry是什么错误???
Polyline plxy=new Polyline();for(int i=0;i
{
plxy.AddVertexAt(i, pointcols, 0, 0, 0);
}
plxy.RemoveVertexAt(0);
int plxyCount = Convert.ToInt32(plxy.EndParam);
运行int plxyCount = Convert.ToInt32(plxy.EndParam) 时出现错误eDegenerateGeometry
这是什么错误呢,有时候有错,有时候又不出现错误。
如果你的点集只有一个点,plxy.RemoveVertexAt(0);就会把这唯一的点去除掉,这个时候当然有错
eDegenerateGeometry : 退化几何
嗯,确实是这样,谢谢谢谢!!!真是高人
页:
[1]