首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > ARX计算零件标注长及宽坐标

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

  • 资源大小:4.39 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: AUTOCAD 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" "

文 件 列 表

wtufun
Release
acad.rx
acrxEntryPoint.cpp
DocData.cpp
DocData.h
fmb.ncb
fmb.sln
fmb.suo
fmb.vcproj
StdAfx.cpp
StdAfx.h
WTUcal.cpp
WTUcal.h
WTUdefun.cpp
WTUdefun.h
WTUfunc.cpp
WTUfunc.def
VIP VIP
0.208621s