明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1244|回复: 2

[LISP]不知错误出在哪了!

[复制链接]
发表于 2005-5-31 19:29:00 | 显示全部楼层 |阅读模式
输出所有SPLINE的信息,但现在出不来,请帮帮忙!
(Defun C:SPLL ()
(setq s1(ssget"X" '((0 . "SPLINE"))))
(sslength s1)
(setq ent (entnext))
(setq ent1 ent)
(while(ent1)
(progn
(setq ent2(entget ent1))
(setq ct 0)
(repeat (length ent2)
(print(nth ct ent2))
(setq ct (+ 1 ct))
)
(print)
(setq ent1 (entnext ent))
)
)
(print)
)
好象WHILE函数有点问题,但我不知道怎么改!
发表于 2005-5-31 19:39:00 | 显示全部楼层
(sslength s1)


好象提示参数错误?
发表于 2005-5-31 20:11:00 | 显示全部楼层
不知道写的什么东西,,,
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-17 10:31 , Processed in 0.178100 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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