车门测试。图纸 这真的很奇怪。
这是我发现的第一个这样做的街区。
就好像vla与相交没有“看到”它。 我不认为我发明了一个李麦克证明的积木,所以它至少对你们来说是简单的。
嗯,我试过一些东西,但我真的看不出你的街区和我一直在做的街区有什么不同。。。 这是我的IDS程序创建的一个块。这与我的编程方法有关吗? 无论如何,这里有另一个更新供大家使用
我要睡觉了
; **=-=-=-=-=-=-=-=-=-=-=- DINFO.lsp =-=-=-=-=-=-=-=-=-=-=-**
; ** by Lee McDonnell **
; ** Copyright © May 2009 **
; ** **
; ** Contact at: CADTutor.net, TheSwamp.org **
; ** **
; **=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=**
; ** **
; ** DYNAMIC INFORMATION TOOL **
; ** **
; **FUNCTION DESCRIPTION: **
; ** **
; **Information about an object is displayed upon the **
; **user moving the cursor over the object. **
; ** **
; **FUNCTION SYNTAX:DINFO **
; ** **
; **=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=**
; ** **
; **Click or Hit Enter to Exit Program **
; **Press "+" to Increase Cursor Pick Box **
; **Press "-" to Decrease Cursor Pick Box **
; ** **
; **Click on Text or Attributes to Edit them. **
; **Click on a Viewport to Lock it. **
; **Click on Drawing Objects to Edit them. **
; ** **
; **=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=**
; ** **
; **ADDITIONAL FUNCTIONS: **
; ** **
; **CurMod: Creates Custom Cursor Object **
; **cInter: Checks for Intersection & Creates Info Str **
; **cErase: Erase Information Box and Cursor Object **
; **blkinfotxt: Creates Information Box **
; **arcmake:Creates an Arc Object **
; **dxf: Returns DXF code value **
; **verchk: Checks AutoCAD Version **
; **round: Rounds a Number to Nearest Whole Number **
; ** **
; **=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=**
; ** **
; **PLATFORM RESTRICTIONS: **
; ** **
; **For use on AutoCAD 2000 onwards. **
; **Only tested in AutoCAD 2004. **
; ** **
; **=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=**
; ** **
; **WITH THANKS TO: **
; ** **
; **Andrea Andreetti ~ for providing me with **
; ** the inspiration to create this. **
; ** **
; **=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=**
; ** **
; **VERSION: **
; ** **
; ** 1.0First Release ~09.05.2009**
; ** 1.1ProgEdition Added (Commented)~09.05.2009**
; ** 2.0Text and Attribute Edit Added~09.05.2009**
; ** 3.0Line Editor Added ~09.05.2009**
; ** 4.0Circle and LWPolyline Editor ~10.05.2009**
; ** **
; **=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=**
我很抱歉做了这么奇怪的一块。我会尽量不让它再次发生。 我只是想一想。块有十一个属性,十个隐藏,一个可见。这可能是问题所在吗?或者可能与问题有关。 我相信我已经发现了问题——但我不知道如何解决它。。。
vla intersect with无法识别图形中“entmade”的块。
我只是用一个旧的lisp将一组对象转换成块,我发现这个工具在这些块上失败了。
不过,我仍然对代码中的“圆弧编辑”部分不满意。
页:
1
[2]