- UID
- 658062
- 积分
- 2147
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2008-10-22
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
本帖最后由 csharp 于 2014-5-29 08:01 编辑
http://spiderinnet1.typepad.com/blog/2014/05/autocad-net-matrix-transformations-dcs-vs-wcs-pt-12-jig-on-paper-space-dcs-psdcs.html
We presented various ways before to draw a rectangle with the view size regardless of Model space or Layout (Viewport or Space) in WCS or UCS, in a plan view or isometric, twisted or not. Usages of both Viewport and ViewportTableRecord were demonstrated. We also used the combination type ViewTableRecord, the handy method Editor.GetCurrentView(), and pretty the same logic and code to fulfill the same task.
A bit earlier, we created a rectangle onto the Paper Space (PSDCS) from a Viewport (Model Space) in the same Layout, with the Layout Viewport size. Previously, we transformed an entity picked in a Layout Viewport from the WCS/UCS of the Layout Viewport to the current Layout Paper Space (PSDCS or PDCS). We also transformed something on the Paper back to a picked Viewport in the same Layout.
Last time, we created an EntityJig, which can jig an entity such as Circle on the DCS of a Layout Viewport. In fact, the code and command works for Paper Space DCS (PSDCS) as well.
As can be seen, the Paper Space is in a UCS instead of WCS, so if we create a circle in the Paper Space, it will be projected onto the Paper Space DCS (PSDCS) as an ellipsis. If we jig a circle using our command however, it will be a real circle on the PSDCS.
|
|