高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】oddb2dpolylinesetpolytype90
oddb2dpolyline::setpolytype()?
oddb2dpolyline::setpolytype()?
if you create a 2dpolyline with dwgdirect (1.13.05) and set it's type to k2dfitcurvepoly, is dwgdirect supposed to actually make it curve fit like autocad does? because when i open the file in autocad, the polyline i created is still composed of straight line segments. autocad shows in polyline's properties that it is curve fitted but in reality it isn't. when i change the polyline's fit/smooth-property in autocad to simple and then back to fit curve, i get the result i wanted.
i can provide the code i use to generate the polyline if needed.
regards,
kimmok
curve fitting is not implemented in dd yet. (autocad adds curve fit vertices and sets bulges in this case)
sergey slezkin
|