找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 408|回复: 1

[VBA函数]:如何在ucs中用vba画直线?

[复制链接]
发表于 2003-6-14 16:51:58 | 显示全部楼层 |阅读模式

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

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

×
我画的直线都是在wcs中
怎么才能在我定义的某个ucs中画呢?
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
发表于 2003-6-16 08:58:12 | 显示全部楼层

Re: [VBA函数]:如何在ucs中用vba画直线?

最初由 ibluesky 发布
[B]我画的直线都是在wcs中
怎么才能在我定义的某个ucs中画呢? [/B]

这是坐标转换的帮助信息

  1.   [FONT=courier new]
  2. RetVal = object.TranslateCoordinates(OriginalPoint, From, To, Disp[, OCSNormal])

  3. Object

  4. Utility
  5. The object or objects this method applies to.

  6. OriginalPoint

  7. Variant (three-element array of doubles); input-only
  8. The 3D WCS coordinates specifying the original coordinates to be translated. This parameter can be treated as a point or a displacement vector depending on the value of Disp.

  9. From

  10. AcCoordinateSystem enum; input-only
  11. The coordinate system from which the point originates.

  12. acWorld

  13. acUCS

  14. acOCS

  15. acDisplayDCS

  16. acPaperSpaceDCS

  17. To

  18. AcCoordinateSystem enum; input-only
  19. The coordinate system to which the point will be converted.

  20. acWorld

  21. acUCS

  22. acOCS

  23. acDisplayDCS

  24. acPaperSpaceDCS

  25. Disp

  26. Integer; input-only
  27. A displacement vector flag.

  28. TRUE: OriginalPoint is treated as a displacement vector.

  29. FALSE: OriginalPoint is treated as a point.

  30. OCSNormal

  31. Variant (three-element array of doubles); input-only;optional
  32. The normal for the OCS.

  33. RetVal

  34. Variant (three-element array of doubles)
  35. The translated 3D coordinate.

  36. Remarks

  37. You cannot directly translate a coordinate from one OCS to another OCS. To do this, first translate the coordinate from one OCS to an intermediary coordinate system such as the WCS. Then translate that coordinate into the second OCS.

  38. To translate a point on a Polyline or LightWeightPolyline object from OCS to WCS:

  39. 1. Get the X and Y coordinates of the OCS point from the Coordinate or Coordinates property.

  40. 2. Get the Z coordinate of the OCS point from the Elevation property.

  41. 3. Get the normal for the polyline from the Normal property.

  42. 4. Call TranslateCoordinates using the X, Y, Z coordinates and the Normal.

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

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-22 12:04 , Processed in 0.185591 second(s), 34 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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