找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 1358|回复: 0

用OBJECTARX如何获得模型空间的VIEWPORT信息的方法。

[复制链接]

已领礼包: 145个

财富等级: 日进斗金

发表于 2002-1-22 11:56:38 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
GETTING CURRENT MODEL SPACE VIEWPORT INFO WITH OBJECTARX
Product AUTOCAD  Author WHITLEY,RICHARD
Date 28-AUG-97  Document ID 1698
Expiration date    Attachments  
Keywords ARX

Developer Consulting Group technical solution. Autodesk confidential, for ADN members only. Please read the disclaimer

Question


In Paper Space there is a function AcDbGetCurViewportId, which returns the
current viewport object ID. How can I determine the current viewport and its
status when tilemode = 1?


Answer


Model Space viewports are of type AcDbViewportTableRecord, as compared to
AcDbViewport entities in Paper Space. To get the Model Space viewport table
records you can use an AcDbViewportTableIterator. However, there is no easy
ARX method for finding out which is the currently selected viewport if your
setup has multiple viewports. The "active" viewports (those currently
displaying in Model Space) will all have the name "*ACTIVE". Although the
Reference Manual states that the first *ACTIVE in the table will always be
the current viewport, this does not always happen in real life.  Also, if the
viewport configuration has been altered during the current drawing session,
the iterator will not report the new information until the drawing has been
saved.

Therefore, the most reliable method at this time is still ads_getvar. The
system variables are always in sync with the current viewport. The CVPORTS
system variable returns the model space index for the current viewport;
however, this value is not used by ARX member functions. You can also check
GRIDMODE, GRIDUNIT, SNAPANG, SNAPBASE, UCSICON, UCSFOLLOW and the VIEW*
system variables to get detailed information about the current viewport.


Disclaimer

This information is derived from a response to a specific question sent to the Developer Consulting Group at Autodesk, and thus given its nature, is subject to change without notice. The information is provided to you on an "as is" basis, and you may use it only at your own risk. Autodesk is not responsible for its quality, nor shall it be liable for any damage or loss caused by your use of this information.

Top
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|申请友链|Archiver|手机版|小黑屋|辽公网安备|晓东CAD家园 ( 辽ICP备15016793号 )

GMT+8, 2024-4-26 17:44 , Processed in 0.175405 second(s), 31 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表