明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2089|回复: 2

拖动地插入图,而不能使用CAD的快速捕捉功能,怎么解决?

[复制链接]
发表于 2004-11-16 12:36:00 | 显示全部楼层 |阅读模式
各位大哥,小弟求救: 从论坛中发现一段代码,可以拖动地插入图块,代码如下: Public Sub BlockInsert(Name As String)
Dim pLisp As String
Dim obj As VLAX
Dim pnt(2) As Double
Set obj = New VLAX
Set pObj = ThisDrawing.ModelSpace.InsertBlock(pnt, Name, 1, 1, 1, 0)
obj.EvalLispExpression "(setq ed (entget (handent " & ToStr(pObj.Handle) & ")))"
pLisp = "(while (not (= (caddr " & _
"(setq pTime (grread t) " & _
"pSt (car pTime) " & _
"pnt (cond ((= pSt 3) (List 0 0 -1)) ((= pSt 5) (cadr pTime)) (t (List 0 0 1))))) -1)) " & _
"(setq ed (subst (cons 10 pnt) (assoc 10 ed) ed)) " & _
"(entmod ed) " & _
") "
obj.EvalLispExpression pLisp
Set obj = Nothing
End Sub 但是,我发现利用grread 函数,不能使用CAD的快速捕捉功能,请问怎么才能使用快速捕捉功能呢?
发表于 2004-11-20 20:30:00 | 显示全部楼层
点下去之后可用osnap函数,不过不会显示捕捉框
发表于 2008-12-1 19:05:00 | 显示全部楼层
遇到同样的问题,顶
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-26 05:23 , Processed in 0.168882 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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