快速更新-现在可以快速编辑任何文本或属性
哦,你可以点击一个视口来锁定它
李
- ; **=-=-=-=-=-=-=-=-=-=-=- 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. **
- ; ** **
- ; **=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=**
- ; ** **
- ; ** 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 **
- ; ** dxf: Returns DXF code value **
- ; ** verchk: Checks AutoCAD Version **
- ; ** **
- ; **=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=**
- ; ** **
- ; ** 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.0 First Release ~ 09.05.2009 **
- ; ** 1.1 ProgEdition Added (Commented) ~ 09.05.2009 **
- ; ** 2.0 Text and Attribute Edit Added ~ 09.05.2009 **
- ; ** **
- ; **=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=**
|