ARX计算零件标注长及宽坐标
                            
                            于 2023-09-04 发布
                                                          文件大小:4.39 MB
                                                        
                        
                                 0                                 50                            
                        
                                
                                下载积分:  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" "
下载说明:请别用迅雷下载,失败请重下,重下不扣分!
发表评论
                        
                        

