如果加载对话框时一切正常,您就可以开始设置将向用户显示的值了。如果标志变量和同时是(true)的,则指示成功加载。dialogLoadeddialogShowT 现在设置切片半径和间距的初始值。该函数为磁贴赋值。编辑框处理字符串而不是数字,因此需要使用(将 Real TO 字符串)函数将磁贴大小变量值转换为十进制格式的字符串,精度为两位数。以下代码处理此转换:set_tilertos (if (and dialogLoaded dialogShow) (progn ;; Set the initial state of the tiles (set_tile "gp_trad" (rtos tileRad 2 2)) (set_tile "gp_spac" (rtos tileSpace 2 2)) ) ) |
|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-1-8 19:20
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.