RenderSourceView Class |
Namespace: Rhino.Render
The RenderSourceView type exposes the following members.
Name | Description | |
---|---|---|
RenderSourceView |
Create a new RenderSourceView for the given doc.
Note that this should be done with using(var rsv = new RenderSourceView(doc)) {}
If the RenderSettings have the source view set to for instance a SnapShot this
construct will ensure that the (active) view is set to the correct snapshot, and
reverted back to the original once this instance goes out of scope.
|
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the RenderSourceView | |
Dispose(Boolean) | Releases the unmanaged resources used by the RenderSourceView and optionally releases the managed resources | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetViewInfo |
Get the ViewInfo as specified by the render source view settings.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |