<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Autocad on 简单点</title>
    <link>https://95ie.net/tags/autocad/</link>
    <description>Recent content in Autocad on 简单点</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>Jack Hsu</copyright>
    <lastBuildDate>Mon, 15 Jan 2024 23:26:20 +0800</lastBuildDate>
    <atom:link href="https://95ie.net/tags/autocad/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>lisp能用的路径</title>
      <link>https://95ie.net/post/the-available-path-for-autolisp/</link>
      <pubDate>Mon, 15 Jan 2024 23:26:20 +0800</pubDate>
      <guid>https://95ie.net/post/the-available-path-for-autolisp/</guid>
      <description>&lt;p&gt;今天这个标题可能不太准确。&lt;/p&gt;&#xA;&lt;p&gt;实际上，不光是lisp，autocad的所有插件包括lsp、fas、vlx、dll、arx，都存在路径相关的问题。&#xA;这个问题源于autocad的安全机制，从可信位置以外加载的插件，都会出现安全提示。反之，&#xA;如果插件目录在可信位置当中，那么，加载插件的时候就不会有任何的提示了。&lt;/p&gt;</description>
    </item>
    <item>
      <title>再谈xref</title>
      <link>https://95ie.net/post/another-talk-about-xref/</link>
      <pubDate>Sat, 13 Jan 2024 22:54:38 +0800</pubDate>
      <guid>https://95ie.net/post/another-talk-about-xref/</guid>
      <description>&lt;p&gt;这几天又遇到不少人在问xref。之前写过&lt;a href=&#34;../how-to-use-xref-in-autocad/&#34;&gt;一篇短文&lt;/a&gt;，&#xA;有兴趣的朋友可以看看。今天打算再做一些补充。&lt;/p&gt;&#xA;&lt;p&gt;xref与图层，这两者可以并称为神来之笔。图层的出现，在一幅图内部实现了“打散”、“分解”，&#xA;完全颠覆了传统的纸笔作图流程。xref的出现，则是实现了将一幅图“打散”、“分解”为若干幅图，&#xA;真正意义上做到了图纸可重用。&lt;/p&gt;</description>
    </item>
    <item>
      <title>再谈AcCoreConsole</title>
      <link>https://95ie.net/post/another-talk-about-accoreconsole/</link>
      <pubDate>Thu, 11 Jan 2024 23:31:46 +0800</pubDate>
      <guid>https://95ie.net/post/another-talk-about-accoreconsole/</guid>
      <description>&lt;p&gt;最近有一些朋友终于注意到AcCoreConsole这个效率神器了。之所以说“终于”，&#xA;是因为这个东西已经发布十几年了，AutoCAD 2013就带了这玩意儿了。&lt;/p&gt;</description>
    </item>
    <item>
      <title>AutoCAD的xref该怎么用？</title>
      <link>https://95ie.net/post/how-to-use-xref-in-autocad/</link>
      <pubDate>Sat, 16 Dec 2023 01:21:24 +0800</pubDate>
      <guid>https://95ie.net/post/how-to-use-xref-in-autocad/</guid>
      <description>&lt;p&gt;&lt;code&gt;xref&lt;/code&gt;是external reference的缩写，意思是外部参照，它是AutoCAD的内置功能之一。&#xA;xref用起来跟块差不多，块在AutoCAD中是啥样子它就是啥样子，如果你使用&lt;code&gt;bind&lt;/code&gt;命令绑定的话，&#xA;绑定后的xref就真的跟块没有区别了。&lt;/p&gt;</description>
    </item>
    <item>
      <title> AutoLISP过时了吗？</title>
      <link>https://95ie.net/post/is-autolisp-outdated/</link>
      <pubDate>Sun, 03 Dec 2023 10:37:52 +0800</pubDate>
      <guid>https://95ie.net/post/is-autolisp-outdated/</guid>
      <description>&lt;p&gt;这个问题，得看提问的人是谁，答案是因人而异的。&lt;/p&gt;&#xA;&lt;h3 id=&#34;autolisp是什么&#34;&gt;autolisp是什么？&lt;/h3&gt;&#xA;&lt;p&gt;autolisp是一门编程语言，是&lt;code&gt;XLISP&lt;/code&gt;子集，&lt;code&gt;XLISP&lt;/code&gt;是&lt;code&gt;LISP &lt;/code&gt;语言的一种“方言”（实现implement）。&lt;/p&gt;</description>
    </item>
    <item>
      <title>AutoCAD的效率神器——AcCoreConsole</title>
      <link>https://95ie.net/post/how-to-use-accoreconsole/</link>
      <pubDate>Thu, 30 Nov 2023 13:54:36 +0800</pubDate>
      <guid>https://95ie.net/post/how-to-use-accoreconsole/</guid>
      <description>&lt;h3 id=&#34;accoreconsole是个啥&#34;&gt;AcCoreConsole是个啥&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;AcCoreConsole&lt;/code&gt;最早出现于2012年，是跟着AutoCAD 2013一起发布的。从AutoCAD 2013开始，&#xA;autocad的安装目录下就有了accoreconsole.exe，这就是&lt;code&gt;AcCoreConsole&lt;/code&gt;。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Autocad电子传递etransmit最大的不足之处</title>
      <link>https://95ie.net/post/the-shortage-of-autocad-etransmit/</link>
      <pubDate>Sun, 26 Nov 2023 21:40:51 +0800</pubDate>
      <guid>https://95ie.net/post/the-shortage-of-autocad-etransmit/</guid>
      <description>&lt;p&gt;电子传递&lt;code&gt;etransmit&lt;/code&gt;是autocad的一个老功能了，印象中，可能2008版就有了。在图纸集出来之后，&#xA;这个功能跟图纸集也做了深度的融合，能够很方便地对图纸集进行电子传递的操作。&lt;/p&gt;</description>
    </item>
    <item>
      <title>AutoCAD从2008版至今的5次大升级</title>
      <link>https://95ie.net/post/five-big-changes-of-autocad-since-version-2008/</link>
      <pubDate>Sat, 25 Nov 2023 21:12:38 +0800</pubDate>
      <guid>https://95ie.net/post/five-big-changes-of-autocad-since-version-2008/</guid>
      <description>&lt;p&gt;AutoCAD 2008至今，发布了十几个大版本了，算上20xx.x这种小版本，可能已经二十多个三十个了。&#xA;这其中，有些版本引入了新特性，有些版本纯粹是商业策略上的考虑，毕竟，每个大版本的升级是可以收费的，&#xA;每个大版本的SDK的不兼容，大概也是类似的原因造成的。&lt;/p&gt;</description>
    </item>
    <item>
      <title>3个和时间有关的autocad系统变量</title>
      <link>https://95ie.net/post/three-time-system-variables-of-autocad/</link>
      <pubDate>Sat, 13 Nov 2021 11:13:03 +0800</pubDate>
      <guid>https://95ie.net/post/three-time-system-variables-of-autocad/</guid>
      <description>&lt;p&gt;做autocad的二次开发，就免不了要跟系统变量打交道。有些功能，通过调用系统变量，实现起来就变得简便了。&#xA;有些功能，离开了系统变量，可能就无法通过autolisp/visual lisp来实现。&lt;/p&gt;</description>
    </item>
    <item>
      <title>常用的autocad系统变量</title>
      <link>https://95ie.net/post/the-frequently-used-system-variables-of-autocad/</link>
      <pubDate>Sun, 28 Jul 2019 09:12:50 +0800</pubDate>
      <guid>https://95ie.net/post/the-frequently-used-system-variables-of-autocad/</guid>
      <description>&lt;p&gt;在编写autolisp的脚本的过程中，常常需要获取autocad绘图环境的某些当前参数值，比如当前图层、线型、文字样式等等，获取并正确设置这些绘图环境的参数之后，才能让我们写的脚本实现预定的目的。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
