📄 readme
字号:
CAVEAT: We didn't have a chance to check this demo before release 27.The script MakeBlockData in this directory creates a data set of theform required by the "block" program.Once the data set is made, there are two ways to get the file intoblock. You can either use command line arguments, or you can executeblock and then load the file using the FILE:Open SU menu item.To open a file using the command line, you must pass four arguments.For the data created by the script MakeBlockData, the arguments are:prompt> block -sul 32 -sur 32 -suf 1 data3d.suwhere: -sul = # of receiver lines -sur = # of receivers / line -suf = 0 file NOT SU format 1 file SU formatTo open this file, or another SU file, directly from block, you usethe FILE:Open SU menu option. In the pop-up dialog you need tospecify the number of receiver lines (32) and the number of receivers/ line (32). Block has no way of guessing what these are. If yougive inappropriate values though it will warn you there is a problem,and it will not draw anything. It determines that there is a problemif there are too few or too many records in the data file.Tip: If you don't see hyperbolas on the vertical faces, use thePalette menu.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -