查看单个帖子
旧 2009-05-06, 03:23 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】how to use of ksimplegeomoptimization and pdfexportparamsb

how to use of ksimplegeomoptimization and pdfexportparams::b
how to use of ksimplegeomoptimization and pdfexportparams::busehlr
hello...
there is a question about two values set to the pdfexportparams class that uses by
exportpdf method. during conversion from dwg to pdf
1) there is no effect into the converted pdf file content if pdfexportparams::flags is initialized by
ksimplegeomoptimization or un-initialized for the spline, polyline element.
2) more over there is no effect into converted pdf files view ports if pdfexportparams::busehlr
is initialized by 搕rue? or 揻alse?
attached pdf_export.zip are the samples and converted files in zip format. please check it
and let me know how can i use these attributes.
---thanks
yoshida
attached files
hi,
ksimplegeomoptimization slightly decrease output file size. it applies optimization for output like next
start line point x0 y0 z0
end line point x1 y1 z1
start line point x1 y1 z1
end line point x2 y2 z2
to
start line point x0 y0 z0
mid line point x1 y1 z1
end line point x2 y2 z2
pdfexportparams::busehlr works for 3dsolid entities only.
quote:
originally posted by arumjantsev
hi,
ksimplegeomoptimization slightly decrease output file size. it applies optimization for output like next
start line point x0 y0 z0
end line point x1 y1 z1
start line point x1 y1 z1
end line point x2 y2 z2
to
start line point x0 y0 z0
mid line point x1 y1 z1
end line point x2 y2 z2
pdfexportparams::busehlr works for 3dsolid entities only.
thanks arumjantsev for your reply
i understood it.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)