|
|
The View type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CopyViewpointFrom |
Updates the viewpoint in this view based on change required.
|
|
|
CreateViewpointCopy |
Returns a viewpoint representing this view.
|
|
|
Dispose()()()() | |
|
|
Dispose(Boolean) | |
|
|
EndInteractive |
Decrements an internal counter that determines if the view is in interactive mode.
As the count goes from 1 to 0 the View is set out of interactive mode.
Should be used with a matched call to StartInteractive.
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
FocusOnCurrentSelection |
Focuses the view on the currently selected objects.
|
|
|
GenerateThumbnail(Int32, Int32) |
Generates a Thumbnail Image for this View.
|
|
|
GenerateThumbnail(Int32, Int32, Double) |
Generates a Thumbnail Image for this View.
|
|
|
GenerateThumbnailByRayTrace |
Generates a Thumbnail Image for this View.
|
|
|
GetClippingPlanes |
Gets clipping planes in the form of a JSON ClipPlaneSet object.
|
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetRedlines |
Gets redlines in the form of a JSON RedlineCollection object.
|
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
LookFromFrontRightTop |
Move's the Camera to look from FrontRightTop.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
PickItemFromPoint(Int32, Int32) |
Picks a single item from the given window coordinate point.
|
|
|
PickItemFromPoint(Int32, Int32, Int32, Boolean) |
Picks a single item from the given window coordinate point.
|
|
|
PickItemFromRectangle(Int32, Int32, Int32, Int32) |
Picks a single item from the given window coordinate rectangle.
|
|
|
PickItemFromRectangle(Int32, Int32, Int32, Int32, Boolean) |
Picks a single item from the given window coordinate rectangle.
|
|
|
PickItemsFromRectangle(Int32, Int32, Int32, Int32, Boolean) |
Picks multiple items from the given window coordinate rectangle.
|
|
|
PickItemsFromRectangle(Int32, Int32, Int32, Int32, Boolean, Boolean) |
Picks multiple items from the given window coordinate rectangle.
|
|
|
ProjectPoint |
Converts a point in world space into view coordinates.
|
|
|
RequestDelayedRedraw |
Asks for Render after all other events have been processed.
|
|
|
SetClippingPlanes |
Sets clipping planes.
|
|
|
SetRedlines |
Sets redlines.
|
|
|
StartInteractive |
Increments an internal counter that determines if the view is in interactive mode.
As the count goes from 0 to 1 the View is set into interactive mode.
Should be used with a matched call to EndInteractive.
|
|
|
ToString | (Inherited from Object.) |
|
|
TrySetClippingPlanes |
Sets clipping planes.
|
|
|
TrySetRedlines |
Sets redlines.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Document |
The document associated with this View.
|
|
|
Height |
The renderable height of the view in Windows screen pixels
|
|
|
IsDisposed |
Has this view been disposed ?
|
|
|
IsInteractive |
Determines if the view is in interactive mode.
|
|
|
Width |
The renderable width of the view in Windows screen pixels
|
Events
| Name | Description | |
|---|---|---|
|
|
StereoViewpointCalculated |
Occurs when a stereo camera is calculated from a base camera.
|