请教polyline的fit拟合算法
polyline编辑的时候有个fit来拟合,查了资料只是说在2点之间有2个弧段,谁知道它的具体算法啊 Polyline2d.ConvertToPolyType MethodUses the SplineFit() and/or CurveFit() methods to convert the polyline to the type specified by the newType argument value.
本帖最后由 z954134 于 2011-3-1 14:21 编辑
我说下我要做的事情,polyline用fit拟合后变成2dpolyline,对于这种线我需要按着曲线的弧度取点,生成新的折线,所以想知道fit算法后来根据角度来取点,请问该怎么实现才好? 如果简单的均分,获取曲线的EndParam,按参数获取点即可
(Curve.GetPointAtParameter Method)
按固定角度的话弧段的结束段可能不在均分点 如果简单的均分,获取曲线的EndParam,按参数获取点即可,这个是指按固定距离来提取吧? 按距离用GetPointAtDist 谢谢,我试试
页:
[1]