|
#Usage example:
#draw_bond -mol1 0 -index1 1 -mol2 1 -index2 1 -h_nbars 25 -h_space 1 -h_arrow 0 -h_radius 0.1 -color yellow -mat Opaque -h_type cylinder -h_resol 25
#--->以下是选项介绍:
# -mol1 0; 第一个原子所在分子的ID
# -index1 200; 第一个原子的index号
# -mol2 0; 第二个原子所在分子的ID
# -index2; 第二个原子的index号
# -h_nbars 25; 虚线的段数
# -h_space 1; 虚线的空隙大小
# -h_arrow 0; 虚线两端要不要画个箭头啊
# -h_radius 0.1; 虚线的粗细
# -color yellow; 虚线的颜色
# -mat Opaque; 虚线的材质
# -h_type cylinder; 虚线的风格,支持sphere, cylinder, pymol, cone, line几种风格,
# -h_reol 25; 虚线的分辨率,平滑度 |
|