用法
评论
建议
取 消
确 定
(defun curve:subsegment-length (obj pt1 pt2) "多段线子段长度" (cond ((and (listp pt1) (listp pt2)) (abs (- (vlax-curve-getdistatpoint obj pt1) (vlax-curve-getdistatpoint obj pt2)))) (t (abs (- (vlax-curve-getdistatparam obj pt1) (vlax-curve-getdistatparam obj pt2))))))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 733 个
函数库类别: 51 种
上传记录
刷新