![]() |
使用acdbcurve的getsplitcurves的方法
使用acdbcurve的getsplitcurves的方法
www.dimcax.com 使用acdbcurve的getsplitcurves的方法 我想有很多菜鸟们在使用getsplitcurves,这里有一个注意事项。 简单的说在使用curve->getsplitcurves(acgepoint3darray pts,acdbvoidptrarray voidptrarray)之前要对pts进行排序。 排序的方法 先得到对应点的距离:curve->getdistatpoint 然后对距离排序,然后将距离再转换为point:curve->getpointatdist 就排序完成了 就能使用getsplitcurves函数了。 |
所有的时间均为北京时间。 现在的时间是 03:42 PM. |