高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】paper space rendering odamfcappdll.exe
paper space rendering odamfcappdll.exe
paper space rendering odamfcappdll.exe
hello,
odamfcappdll 2.5.2( 2.6.0) does not render the paperspace of the attached dwg file as autocad does.
attached files
paper space of the drawing is empty (layout is not initialized).
if you click paper space tab in autocad it initializes the layout, creates a viewport in it and zooms viewport to extents.
sergey slezkin
thanks sergei !
could you provide me a code snippet to resolve the problem?
in your sample file paper space is empty. it was never visited in autocad.
in dd if you activate such layout using oddbdatabase::settilemode() or oddbdatabase::setactivelayout() layout will be initialized and overall viewport will be created. but model viewport (displaying model space entities) will not. this is application specific behavior.
how viewports can be created in paper space you can see in odwriteex sample.
sergey slezkin
|