shenshang 发表于 2008-8-3 08:33:00

错误: 参数类型错误: numberp:

<p>(setq x '(1619.63 1506.63 0.0))<br/>&nbsp; (vlax-curve-getParamAtDist xd x)</p><p>错误: 参数类型错误: numberp: (1619.63 1506.63 0.0)</p><p></p><p>(setq x (getpoint))</p><p>&nbsp;(vlax-curve-getParamAtDist xd x)</p><p>正确是怎么回事</p>

caoyin 发表于 2008-8-3 08:48:00

<p>变量&nbsp;X 不应当是表,而是一个距离(数字)</p><p>(vlax-curve-getParamAtDist (car (entsel)) 5)</p>
页: [1]
查看完整版本: 错误: 参数类型错误: numberp: