<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>晓东CAD家园-论坛 - XDRX_API应用</title>
    <link>http://bbs.xdcad.net/forum-257-1.html</link>
    <description>Latest 20 threads of XDRX_API应用</description>
    <copyright>Copyright(C) 晓东CAD家园-论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 29 Apr 2026 04:32:54 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.xdcad.net/static/image/common/logo_88_31.gif</url>
      <title>晓东CAD家园-论坛</title>
      <link>http://bbs.xdcad.net/</link>
    </image>
    <item>
      <title>关于图像元数据读写处理的相关函数用法</title>
      <link>http://bbs.xdcad.net/thread-730302-1-1.html</link>
      <description><![CDATA[去下载 2025.03.18 的API


1. 图像EXIF 元数据查询，支持通配符，正则
xdrx-image-meta-&gt;exif



((\&quot;ApertureValue\&quot; \&quot;F8\&quot;) (\&quot;BodySerialNumber\&quot; \&quot;0K8TGBL0121516\&quot;) (\&quot;ColorSpace\&quot; \&quot;1\&quot;) (\&quot;Contrast\&quot; \&quot;2\&quot;) (\&quot;DateTime\&quot; \&quot;2022:05:09 12:14:51\&quot;)
...
(\&quot;WhiteBalance\]]></description>
      <category>XDRX_API应用</category>
      <author>XDSoft</author>
      <pubDate>Tue, 18 Mar 2025 16:51:14 +0000</pubDate>
    </item>
    <item>
      <title>WMI查询宝典</title>
      <link>http://bbs.xdcad.net/thread-730299-1-1.html</link>
      <description><![CDATA[WMI（Windows Management Instrumentation）是什么？WMI（Windows Management Instrumentation，Windows管理规范）是Windows系统内置的管理框架，提供了一个标准的接口，用于访问和管理操作系统、硬件设备、服务、进程、注册表、事件日志、文件系统等各种资源的信息。WM ...]]></description>
      <category>XDRX_API应用</category>
      <author>XDSoft</author>
      <pubDate>Tue, 04 Mar 2025 11:50:41 +0000</pubDate>
    </item>
    <item>
      <title>PDF文件处理相关函数9个</title>
      <link>http://bbs.xdcad.net/thread-730295-1-1.html</link>
      <description><![CDATA[1. xdrx_pdf_page_remove，删除PDF文件的指定索引的页面（基于0）



2.xdrx_pdf_pagesize，获取指定页面的尺寸大小，单位毫米



4.xdrx_pdf_page-&gt;count，获取PDF文件的总页数



5.xdrx_pdf_page-&gt;image，导出指定页面到外部图片



6.xdrx_pdf_merge，合并多个PDF文 ...]]></description>
      <category>XDRX_API应用</category>
      <author>XDSoft</author>
      <pubDate>Sat, 15 Feb 2025 16:34:27 +0000</pubDate>
    </item>
    <item>
      <title>地理信息TIF文件转出TFW</title>
      <link>http://bbs.xdcad.net/thread-730290-1-1.html</link>
      <description><![CDATA[If you only have GEOTIFF and lost the TFW file, you can get it through the XDRX API function xdrx-geotiff-&gt;worldfile

Usage:


Open D:\\\\Rectangle_#8.tfw:

0.5971642835
0.0000000000
0.0000000000
-0.5971642835
13783278.1130216978
5143915.51152]]></description>
      <category>XDRX_API应用</category>
      <author>XDSoft</author>
      <pubDate>Thu, 06 Feb 2025 10:47:50 +0000</pubDate>
    </item>
    <item>
      <title>提取REGION内部原生曲线</title>
      <link>http://bbs.xdcad.net/thread-730289-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Thu, 06 Feb 2025 09:00:50 +0000</pubDate>
    </item>
    <item>
      <title>（XDGE几何库应用）圆弧数据转POLYLINE ARC数据</title>
      <link>http://bbs.xdcad.net/thread-730285-1-1.html</link>
      <description><![CDATA[XDRX API 有个函数 xdrx-geom-arc2poly 函数，可以将圆弧信息，转成POLYLINE ARC数据 (起始点  bulge 终止点)

圆弧数据为 xdrx-geom-3p2arc 函数返回数据

 

上面数据含义 (逆时针 圆心 半径 起始角 终止角)

通过 xdrx-geom-arc2poly 可以得到POLYLINE ARC的： 起 ...]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Thu, 23 Jan 2025 10:03:38 +0000</pubDate>
    </item>
    <item>
      <title>（XDGE几何库应用）三点获取圆弧信息</title>
      <link>http://bbs.xdcad.net/thread-730283-1-1.html</link>
      <description><![CDATA[XDRX API 有个函数 xdrx-geom-3p2arc ，根据三点，获取圆弧信息



如果3点组成逆时针弧

(xdrx-geom-3p2arc p2 pin p1)
(T (3637.41 842.633 0.0) 836.058 0.334996 2.67516)

如果3点组成顺时针弧
(xdrx-geom-3p2arc p1 pin p2)
(nil (3637.41 842.633 0.0) 836.058 0 ...]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Wed, 22 Jan 2025 08:44:48 +0000</pubDate>
    </item>
    <item>
      <title>地块（多边形）分析统计</title>
      <link>http://bbs.xdcad.net/thread-730278-1-1.html</link>
      <description><![CDATA[https://www.cadtutor.net/forum/topic/76630-lisp-to-select-multiple-polygons-and-assign-area-text-to-them-already-have-lisp-that-do-it-for-one-polygon/#replyForm]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Fri, 10 Jan 2025 02:27:24 +0000</pubDate>
    </item>
    <item>
      <title>多段线生成缓冲区</title>
      <link>http://bbs.xdcad.net/thread-730277-1-1.html</link>
      <description><![CDATA[[*]生成多多段线的BOX，
[*]批量
[*]灵活设置上下左右偏移距离
[*]灵活设置封口方式]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Fri, 10 Jan 2025 01:52:15 +0000</pubDate>
    </item>
    <item>
      <title>约束型 Delaunay 三角剖分</title>
      <link>http://bbs.xdcad.net/thread-730276-1-1.html</link>
      <description><![CDATA[约束 Delaunay 三角剖分 (CDT) 的属性：

[*]遵守约束：
CDT 尊重用户定义的约束，例如边或边界，确保它们在三角剖分中显示为边。
[*]最大化最小角度：
与 Delaunay 三角剖分类似，CDT 尝试在满足约束的同时最大化三角形的最小角度，从而减少细长三角形。
[*]多边形域的 ...]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Fri, 10 Jan 2025 01:43:55 +0000</pubDate>
    </item>
    <item>
      <title>动态显示矩形的面积等信息</title>
      <link>http://bbs.xdcad.net/thread-730275-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Fri, 10 Jan 2025 01:38:25 +0000</pubDate>
    </item>
    <item>
      <title>处理自交的多段线</title>
      <link>http://bbs.xdcad.net/thread-730273-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Fri, 10 Jan 2025 01:26:54 +0000</pubDate>
    </item>
    <item>
      <title>规则化多边形（建筑规则化）</title>
      <link>http://bbs.xdcad.net/thread-730272-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Fri, 10 Jan 2025 01:24:29 +0000</pubDate>
    </item>
    <item>
      <title>用哈希表数据结构快速删除重叠的实体</title>
      <link>http://bbs.xdcad.net/thread-730274-1-1.html</link>
      <description><![CDATA[使用哈希表快速删除完全重叠的实体

==============

什么是哈希表？

哈希表（或哈希映射）是一种数据结构，它提供了一种存储键值对的机制，允许快速检索数据。每个键都通过哈希函数进行处理，该函数将索引（或哈希码）计算到存储桶或插槽数组中。然后将键值对存储在相 ...]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Thu, 09 Jan 2025 11:29:12 +0000</pubDate>
    </item>
    <item>
      <title>生成泰森多边形</title>
      <link>http://bbs.xdcad.net/thread-730271-1-1.html</link>
      <description><![CDATA[Voronoi 图（泰森多边形）的属性：

唯一且不重叠的区域：
每个区域对应一个生成点，并且没有两个区域重叠。边界由连接相邻点的线的垂直平分线定义。

最近点属性：
Voronoi 单元内的每个点都比任何其他点更接近其生成点。

凸性：
如果生成点处于一般位置（没有三个点 ...]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Thu, 09 Jan 2025 10:34:12 +0000</pubDate>
    </item>
    <item>
      <title>Merge two color blocks (HATCH)</title>
      <link>http://bbs.xdcad.net/thread-730270-1-1.html</link>
      <description><![CDATA[论坛中写的代码主要是为了演示将要介绍的主要函数的使用方法，可能有更好或更直接的实现方式。

以下代码主要介绍AcGe几何库函数，并使用MPOLYGON对象对HATCH实体进行UNION。





 ...]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Thu, 09 Jan 2025 10:26:12 +0000</pubDate>
    </item>
    <item>
      <title>快速生成直骨架</title>
      <link>http://bbs.xdcad.net/thread-730269-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>XDRX_API应用</category>
      <author>newer</author>
      <pubDate>Thu, 09 Jan 2025 10:14:58 +0000</pubDate>
    </item>
    <item>
      <title>取出嵌套块中文字的图元及包围盒</title>
      <link>http://bbs.xdcad.net/thread-728953-1-1.html</link>
      <description><![CDATA[(get_ename_pts e str)
函数功能：取出块中包含文字的图元及包围盒。
可用于嵌套块
其中：
]]></description>
      <category>XDRX_API应用</category>
      <author>dyjwyqz5221</author>
<enclosure url="/forum/str---文字包含的内容。
(defun get_ename_pts(e str / e1 mat pts)
" length="(defun get_e1 (e)
" type="image/jpeg" />      <pubDate>Mon, 27 Jun 2022 08:12:36 +0000</pubDate>
    </item>
    <item>
      <title>xdex_cell_read的使用问题！</title>
      <link>http://bbs.xdcad.net/thread-728532-1-1.html</link>
      <description><![CDATA[编辑EXCEL文件，用xdex_cell_read写入数据，单元格格式变了，字体大小，居中，框线等格式变了，怎么解决啊？写入前是要设置格式吗？没看到用那个函数设置。有看到的高手帮忙解决一下，谢谢！ ...]]></description>
      <category>XDRX_API应用</category>
      <author>lslszrx</author>
      <pubDate>Sun, 26 Sep 2021 01:05:19 +0000</pubDate>
    </item>
    <item>
      <title>标注镜像后，调整文字到正确的显示</title>
      <link>http://bbs.xdcad.net/thread-727639-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>XDRX_API应用</category>
      <author>LoveArx</author>
      <pubDate>Wed, 03 Feb 2021 08:51:58 +0000</pubDate>
    </item>
  </channel>
</rss>