明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1653|回复: 2

求助 已知CAD两点坐标 有没有一个VBA命令可以复制这两个对角点内所有内容

[复制链接]
发表于 2013-1-3 21:13:16 | 显示全部楼层 |阅读模式
求助 已知CAD两点坐标 有没有一个VBA命令可以复制这两个对角点内所有内容
发表于 2013-1-4 14:02:22 | 显示全部楼层
object.SelectAtPoint Point, FilterType, FilterData

Object

SelectionSet
The object this method applies to.

Point

Variant (three-element array of doubles); input-only
The 3D UCS coordinates specifying the point to use for the selection.

FilterType

Integer; input-only; optional
A DXF group code specifying the type of filter to use.

FilterData

Variant; input-only; optional
The value to filter on.
发表于 2013-1-11 08:37:51 | 显示全部楼层
        Dim sel1 As AcadSelectionSet    '定义选择集对象
        Mode = 5 '选择模式
        Set sel1 = ThisDrawing.SelectionSets.Add("sel4") '添加选择集子项
        Call sel1.Select(Mode, 点1, 点2)
        
        sel1.Highlight (True) '显示已经选中对象
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 16:03 , Processed in 0.163543 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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