Member Summary
| Public Members | ||
| public |
Manages BCF viewpoints. |
|
| public |
Controls first person mode. |
|
| public |
Flies the camera to show the entire model in view, from the current viewing angle. |
|
| public |
Click-to-hide mode. |
|
| public |
Controls the NavCube. |
|
| public |
Controls orthographic mode. |
|
| public |
Click-to-query-element mode. |
|
| public |
Resets the viewer to the state right after the most recent model was loaded. |
|
| public |
Controls section planes. |
|
| public |
Click-to-select mode. |
|
Inherited Summary
| From class Controller | ||
| public |
server: * |
|
| public |
viewer: * |
|
| public |
viewerUI: * |
|
| public |
destroy() Destroys this Controller. |
|
| public |
Logs an error for this Controller to the JavaScript console. |
|
| public |
Fires an event on this Controller. |
|
| public |
Gets whether or not this Controller is active. |
|
| public |
Gets whether or not this Controller is enabled. |
|
| public |
Returns |
|
| public |
Logs a console debugging message for this Controller. |
|
| public |
Cancels an event subscription that was previously made with Controller#on or Controller#once. |
|
| public |
Subscribes to an event on this Controller. |
|
| public |
Subscribes to the next occurrence of the given event, then un-subscribes as soon as the event is handled. |
|
| public |
Activates or deactivates this Controller. |
|
| public |
setEnabled(enabled: boolean) Enables or disables this Controller. |
|
| public |
Logs a warning for this Controller to the JavaScript console. |
|
Public Members
public fit: FitAction source
Flies the camera to show the entire model in view, from the current viewing angle.
public reset: ResetAction source
Resets the viewer to the state right after the most recent model was loaded.
Reference
Source
