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

how to rotate the active view or layout?
how to rotate the active view or layout?
dear all!
do anybody know how to rotate the layout? i've already try some ways but no results. now i'm stuck. please help me!!! i need to complete it soon.
i'm expecting your reply!
thank you so much!
trang

there is no special way to rotate layout in dd. it is (as acad) not designed for rotate layout views (viewports in layouts will be not rotated), but you can use not trivial workaround on your risk (i test it in odamfcapp):
1) if current layout has disabled 'draw viewports first' mode, it will be rotated without any changes
if (playout->drawviewportsfirst())
2) if 'draw viewports first' mode enabled, you must rotate overall view instead activeviewport view.
odgspaperlayouthelper::cast(m_pdevice)->overallview();
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)