boarer 发表于 2008-12-2 10:02:11

用文件导入命令流出问题

我用txt谢了一个简单的命令
def rot_plot
loop ii ( 1 , 90 )
xr = ii * 10
yr = ii * 2
command
movie snap
plot set rotation xr yr 0
endloop
end
gen zone brick size 5 10 15
plot sur yellow
set movie dcx size 400 300 file test1
movie start
rot_plot
movie finish
导入之后会出现问题命令变成:
FLAC3D>def rot_plot
def>loop ii ( 1 , 90 )
def>xr = ii * 10
def>yr = ii * 2
def>command
def>movie snap
def>plot set rotation xr yr 0
def>endloop
def>end
def>gen zone brick size 5 10 15
def>plot sur yellow
def>set movie dcx size 400 300 file test1
def>movie start
def>rot_plot
def>movie finish
视图区域没有任何显示
请高手帮忙指教一下,非常感谢!

oldfish2006 发表于 2010-3-26 09:30:06

遇到同样的问题

oldfish2006 发表于 2010-3-26 19:30:39

望高人能指教下,同楼主问题,所设函数计算时无法停止
页: [1]
查看完整版本: 用文件导入命令流出问题