用法
评论
建议
取 消
确 定
(defun curve:midpoint (curve) "求曲线中点" "中点坐标" "(curve:midpoint (car (entsel)))" (if (= (quote ename) (type curve)) (setq curve (e2o curve))) (vlax-curve-getpointatdist curve (/ (curve:length curve) 2)))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 733 个
函数库类别: 51 种
上传记录
刷新