You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_doc/ClassicTutorial.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,8 +235,7 @@ Now that a three-module network has been created, save it to disk. The .srn5 fil
235
235
### Saving a SCIRun network:
236
236
237
237
1. Click on the File menu (at the top of the Network Editor window) and select "Save As."
238
-
2. When the file browser appears, follow the prompt to choose a location and filename for the network. Many example networks are stored in the ExampleNets directory, which is distributed with the binaries, or in SCIRun/src/ExampleNets. The network can be stored in any location with write access.
239
-
-TODO: update show-torso-mesh.srn to SR5 and add to example nets
238
+
2. When the file browser appears, follow the prompt to choose a location and filename for the network. Many example networks are stored in the ExampleNets directory, which is distributed with the binaries, or in SCIRun/src/ExampleNets. The network can be stored in any location with write access.
240
239
3. For this example, store the net as SCIRun/src/nets/show-torso-mesh.srn5, as in {numref}`fig-save-as`. The .srn5 suffix is used for SCIRun network files
241
240
242
241
**Please note, to avoid losing work, it is strongly recommended that nets be saved frequently. Auto-save can also be enabled in the SCIRun Preferences window.**
@@ -255,11 +254,11 @@ Now that a three-module network has been created, save it to disk. The .srn5 fil
255
254
256
255
1. Start SCIRun.
257
256
2. From the File drop-down menu, select the the Load... option.
258
-
3. Select SCIRun/src/nets/show-torso-mesh.srn5.
257
+
3. Select the previously [saved net](#saving-a-scirun-network) (SCIRun/src/nets/show-torso-mesh.srn5).
259
258
260
259
The net reloads into SCIRun, where it was previously saved. If the net was saved with any of the module UIs open, those UIs automatically re-open when loaded to the net. After changing module settings (e.g., rotating the image in the ViewWindow or changing the rendering color of the nodes in ShowField), there are two options for re-saving the net:
261
260
262
-
1. Overwrite existing show-torso-mesh.srn file by using File->Save from the drop-down menu.
261
+
1. Overwrite existing show-torso-mesh.srn5 file by using File->Save from the drop-down menu.
263
262
2. Save the net to a new file by using File->Save As...
0 commit comments