明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1546|回复: 6

请教一下如何通过vba读取polyline的坐标

[复制链接]
发表于 2011-2-18 11:43:42 | 显示全部楼层 |阅读模式
我在help文档里只找到读取spline的方法,但我需要读polyline的坐标,有人知道的话请指教。
谢谢
发表于 2011-2-18 12:53:39 | 显示全部楼层
object.Coordinates

object

3DFace, 3DPolyline , Leader, LightweightPolyline, MLine, Point, PolyfaceMesh, PolygonMesh, Polyline, Solid, Trace
The object or objects this property applies to.

Coordinates

Variant (array of doubles); read-write
The array of points.

LightweightPolyline objects: The variant is an array of 2D points in OCS.

Polyline objects: The variant is an array of 3D points: the X and Y coordinates are in OCS; the Z coordinate is ignored.

All other objects: The variant is an array of 3D points in WCS.
 楼主| 发表于 2011-2-18 13:45:21 | 显示全部楼层
只有这段说明还是不知道怎么用啊
发表于 2011-2-21 09:01:27 | 显示全部楼层
这是语法。就是在VBA里你可以用这个语句提取对象(object)的属性。
 楼主| 发表于 2011-2-21 10:00:13 | 显示全部楼层
谢谢上面两位,用这个方法搞出来了。
还有一个问题,我现在还需要读取这个lwpolyline z轴的坐标,应该怎么办,可以把它的类型先变成3dpolyline吗?语法也还是没有找到。。。
 楼主| 发表于 2011-2-21 10:46:24 | 显示全部楼层
找到了
object.Elevation
还是谢谢楼上两位
发表于 2011-8-24 09:51:27 | 显示全部楼层
谢谢你们的讨论,我的问题也解决了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 18:55 , Processed in 0.189142 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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