Files
sci-gui-agent-benchmark/evaluation_examples/examples/ovito/viewports_task2.json

47 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "viewports_task2",
"snapshot": "ovito",
"instruction": "在 OVITO 中,加载 sample.dump 文件后,使用 Zoom scene extents 按钮使模型自适应缩放并居中显示。",
"source": "custom",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"C:\\OVITO Basic\\ovito.exe"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"ovito"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"input_files": [
"sample.dump"
],
"steps": "1. 在软件主界面的顶部菜单栏中,单击 \"File\" 菜单项\n2. 在展开的下拉菜单中,单击 \"Load File...\" 选项\n3. 在弹出的文件选择对话框中,单击选中 \"sample.dump\" 文件\n4. 在文件选择对话框的底部,单击 \"Open\" 按钮加载文件\n5. 将鼠标光标定位到主界面的 \"Perspective\" 3D 视口区域内\n6. 在 \"Perspective\" 视口区域内向下滚动鼠标滚轮,将显示的模型缩小\n7. 在视口下方的工具栏Viewport toolbar找到带有放大镜和虚线方框图标的 \"Zoom scene extents\" 按钮\n8. 单击该 \"Zoom scene extents\" 按钮\n9. 观察 \"Perspective\" 视口,确认模型已自动缩放并居中适应当前视口大小",
"steps_original": "1. 在 OVITO 中,加载 \"sample.dump\" 文件\n2. 使用鼠标滚轮向下滚动,将模型缩小,或按住右键拖动将模型移到视口边缘\n3. 点击视口工作区下方工具栏中的 \"Zoom scene extents\" 按钮(带放大镜和方框的图标)\n4. 确认模型自动缩放并居中适应当前视口的大小"
}
}