Viewpoints |
Top Previous Next |
The Viewpoint object specifies the view mode and camera position and orientation for views and maps within FreeFlyer. Viewpoints can be configured through ViewWindow object editors and through FreeFlyer script, as shown in the examples below. The available Viewpoint types in FreeFlyer are:
Viewpoints in the Object Editor You can add Viewpoints directly to a ViewWindow in the ViewWindow object editor. Simply navigate to the Viewpoints tab of the dialog and create a Viewpoint to begin configuring it to meet your needs.
Viewpoint Tab in the ViewWindow Object Dialog
Viewpoints in FreeFlyer Script You can add a Viewpoint to a ViewWindow using the AddViewpoint method, or you can copy entire Viewpoint objects so you can create one master Viewpoint and quickly use it for multiple Viewpoints and ViewWindows.
You can also access Viewpoints associated with a ViewWindow using the ViewWindow.Viewpoints array. This array gives the user read and write access to the Viewpoint objects, as shown below.
See Also•Viewpoint Properties and Methods
|