高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】viewports Printing
viewports printing
viewports printing
hi all,
i have a question about printing viewports when they overlay each other. in odamfcapp sample (dd 2.2.0) on print preview the viewports are overlayed according to the order of their creation. it seems that there is a fillrect that covers the contents of the last viewport. in acad such a drawing is displayed with merged viewports in print preview. is there a way to print such viewports like in acad? see the attached file for reproducing.
thanks a lot.
regards,
nino
attached files
hi nino,
it definitely will be fixed in 2.05.
thanks for the instant reply.
for now you can call
odgsview::setclearcolor(odgsview::ktransparent) for all viewports before calling odgsdevice::update() for printing.
thanks again.
the last fix repairs the problem.
regards,
nino
|