两种方法1、用这个宏保存每一次变化后的光迹图,用其他软件合成。这个例子是让mirror绕着y轴倾斜不同角度后输出jpg文件
FOR i, 0, 350, 10
SETSURFACEPROPERTY 1, 10, i, 4 # Set the Y-Tilt of Surface 1 by value of x
UPDATE ALL # Update all windows
path$ = $DATAPATH() # Update the path with the correct directory
file$ = "\Parabolic Mirror Tilt About Y by "
filename$ = path$ + file$ + $STR(i) # Use the string function to update the filename
EXPORTJPG 1, filename$ # OS will save the filename with extension JPG
NEXT
PRINT "All done!"
2、用zemax自带的叠加功能,把前面几次改变后的光迹图打开后点击叠加