|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
我在看程序自带的网页版training时,里面讲到一个DOPING掺杂的语句。
执行下列语句时出现错误:
(sdedr:define-refinement-window "line.source" "line" (position -0.8 0 0) (position -0.2 0 0)
它的要求是这样写的。
1. Mesh > Define Ref/Eval Window > Line.
2. In the view window, click the first point of the baseline.
The Exact Coordinates dialog box is displayed.
3. Enter (-0.8 0) for the start point, and click OK.
4. Click again to define the end point of the baseline.
5. Enter (-0.2 0) for the end point, and click OK.
6. In the displayed dialog box, enter the name BaseLine.Source for the baseline, and click OK.
进行第六步时没有找到display dialog bOX啊。。所以无法进行命名操作。所以我想是因为命名的原因才出现错误。
并且如果忽视第6步 下面命令行出现的语句是:
(sdedr:define-refeval-window "RefEvalWin_1" "Line" (position -0.8 0 0) (position -0.2 0 0))
但是网页上给的答案是:
(sdedr:define-refinement-window "line.source" "line" (position -0.8 0 0) (position -0.2 0 0))
这里有些不同。不清楚是不是版本的原因才造成这样的结果。。 |
|