用法
评论
建议
取 消
确 定
(defun curve:length (curve) "参数curve:曲线,直线、圆弧、圆、多段线、优化多段线、样条曲线等图元" "曲线的长度" "(curve:Length (car (entsel)))" (if (= (quote ename) (type curve)) (setq curve (e2o curve))) (vlax-curve-getdistatparam curve (vlax-curve-getendparam curve)))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 733 个
函数库类别: 51 种
上传记录
刷新