明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2963|回复: 3

[已解答] 怎么改成保留3位小数啊?谢谢

[复制链接]
发表于 2014-6-19 14:18:50 | 显示全部楼层 |阅读模式
3明经币
本网站此这个程序怎么改成提取X,Y为3位小数啊?谢谢!
附件: 您需要 登录 才可以下载或查看,没有账号?注册

最佳答案

查看完整内容

(setq txtx (- txtx1 wx)) ==> (setq txtx (rtos (- txtx1 wx) 2 3)) (setq txty (+ txty1 wy)) ==> (setq txty (rtos (+ txty1 wy) 2 3)) (setq txtz (cdr (assoc 1 ssdata))) ==> (setq txtz (rtos (atof (cdr (assoc 1 ssdata))) 2 3))
发表于 2014-6-19 14:18:51 | 显示全部楼层
本帖最后由 gzxl 于 2014-6-19 16:03 编辑

(setq txtx (- txtx1 wx))
==>
(setq txtx (rtos (- txtx1 wx) 2 3))

(setq txty (+ txty1 wy))
==>
(setq txty (rtos (+ txty1 wy) 2 3))

(setq txtz (cdr (assoc 1 ssdata)))
==>
(setq txtz (rtos (atof (cdr (assoc 1 ssdata))) 2 3))
回复

使用道具 举报

 楼主| 发表于 2014-6-19 17:42:24 | 显示全部楼层
gzxl 发表于 2014-6-19 14:18
(setq txtx (- txtx1 wx))
==>
(setq txtx (rtos (- txtx1 wx) 2 3))

非常感谢!
回复

使用道具 举报

发表于 2014-6-20 00:07:20 | 显示全部楼层
atof 多看书
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-23 07:22 , Processed in 0.156373 second(s), 29 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表