ViewInfo Class |
views can be thought of as cameras.
Namespace: Rhino.DocObjects
The ViewInfo type exposes the following members.
Name | Description | |
---|---|---|
ViewInfo |
Create a default ViewInfo instance
| |
ViewInfo(RhinoViewport) |
Access to the ViewInfo for given RhinoViewport
| |
ViewInfo(UInt32) |
Construct the ViewInfo for active viewport of given doc.
|
Name | Description | |
---|---|---|
FocalBlurAperture |
Gets or sets the Focal blur aperture of the active viewport
| |
FocalBlurDistance |
Gets or sets the Focal blur distance of the active viewport
| |
FocalBlurJitter |
Gets or sets the Focal blur jitter of the active viewport
| |
FocalBlurMode |
Gets or sets the Focal blur mode of the active viewport
| |
FocalBlurSampleCount |
Gets or sets the Focal blur sample count of the active viewport
| |
Name |
Gets or sets the name of the view.
| |
NamedViewId |
Returns a unique id if this is a named view otherwise an empty Guid.
| |
SectionBehavior |
How a view will interact with clipping planes
| |
ShowWallpaperInGrayScale |
True if wallpaper (if any) is to be shown in gray scale in this view.
| |
Viewport |
Gets the viewport, or viewing frustum, associated with this view.
| |
WallpaperFilename |
Get filename for wallpaper set to this view, if any.
| |
WallpaperHidden |
True if wallpaper (if any) is to be hidden from this view.
|
Name | Description | |
---|---|---|
Dispose |
Actively reclaims unmanaged resources that this instance uses.
| |
Dispose(Boolean) |
For derived class implementers.
This method is called with argument true when class user calls Dispose(), while with argument false when the Garbage Collector invokes the finalizer, or Finalize() method. You must reclaim all used unmanaged resources in both cases, and can use this chance to call Dispose on disposable fields if the argument is true. Also, you must call the base virtual method within your overriding method. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |