登录
首页 » AUTOCAD » ARX计算零件标注长及宽坐标

ARX计算零件标注长及宽坐标

于 2023-09-04 发布 文件大小:4.39 MB
0 8
下载积分: 2 下载次数: 1

代码说明:

此源码为AUTOCAD中计算零件标注长及宽坐标点,此函数供AUTOLISP调用,返回标注长及宽的四个坐标点, LISP中的用法如下:   (setq sa (ssget))  (setq list1 (DimPart sa))  (setq dli_x_min (nth  0 list1))  (setq dli_x_max (nth  1 list1))  (setq dimptx (nth  2 list1))  (setq dli_y_min (nth  3 list1))  (setq dli_y_max (nth  4 list1))  (setq dimpty (nth  5 list1))  (command "layer" "S" "DIM" "

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • simple dxf reader
    The aim of this tip is to deal with DXF files with the most common AutoCAD entities. Line, lwpolyline, arc, circle and spline entities are supported. All the entities in the file are loaded into proper classes when the file is opened. Afterwards, they are drawn on the screen. Highlight and selection of each entity, indication of points, sliding, zoom in, zoom out and pan zoom functionalities are available.
    2023-01-14 08:20:03下载
    积分:1
  • 完整的AUTOCAD插件
    完整的AUTOCAD插件 用配置文件加载 在AUTOCAD2007下面调试通过。 有工具条,完整无错。
    2023-09-05 21:35:05下载
    积分:1
  • 用Lisp程序提取CAD填充图案的定义数据
    在有些时候,从别人处得到dwg图形,里面有非常漂亮的非标准填充图案方案,要想借用其图案是很困难的!里面的非标准的填充图案,我们cad标准填充图案文件acad.pat或acadiso.pat文件有若没有该图案定义,这时想要对图案进行编辑和使用,是不可能的!一个好的办法是将图案定义提取出来,添加到acad.pat或acadiso.pat文件中!这一切烦恼的问题都不存在了!
    2022-12-09 17:35:03下载
    积分:1
  • ARX计算零件标注长及宽坐标
    此源码为AUTOCAD中计算零件标注长及宽坐标点,此函数供AUTOLISP调用,返回标注长及宽的四个坐标点, LISP中的用法如下:   (setq sa (ssget))  (setq list1 (DimPart sa))  (setq dli_x_min (nth  0 list1))  (setq dli_x_max (nth  1 list1))  (setq dimptx (nth  2 list1))  (setq dli_y_min (nth  3 list1))  (setq dli_y_max (nth  4 list1))  (setq dimpty (nth  5 list1))  (command "layer" "S" "DIM" "
    2023-09-04 21:25:04下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载