高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】oddb2dpolyline spline fit or curve fi
oddb2dpolyline spline fit or curve fit..
oddb2dpolyline spline fit or curve fit..
hi,
suppose i have an simple type of oddb2dpoyline with simple vertex... now i want to convert it to spline fit polyline.. for that if i use function oddb2dpolyline::setpolytype( oddb::k2dsplinectl....) .fff"> will the veritces will be automatically generated.. or i have to dofff"> something else to convert a simple 2dpolyline to a curve fitted or spline fitted polyline.fff">.
plz help.......................
thankx........
.................................................. .........................
current dd version contains no implementation for appending fit vertices.
splinefit(), curvefit() and converttopolytype() are commented out.
probably this functionality will be available in 1.15
sergey slezkin
thanks for the reply...
i was wondering if anybody has some algorithms to get the fit points from a spline... so that if we join the fit points then it will look like spline.. thank you.. again..
.................................................. ..
.................................................. .........................
it's possible to use odgenurbcurve2d class. construct object of this class. polyline points should be passed as control points, segments lengths as knots.
call getsamplepoints and you'll get fit vertices.
sergey slezkin
|