Click or drag to resize

PreviewSceneServer Class

PreviewSceneServer
Inheritance Hierarchy
SystemObject
  Rhino.RenderPreviewSceneServer

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class PreviewSceneServer : IDisposable

The PreviewSceneServer type exposes the following members.

Constructors
  NameDescription
Public methodPreviewSceneServer Obsolete.
Constructor for PreviewSceneServer
Top
Properties
  NameDescription
Public propertyCppPointer
The CppPointer of PreviewSceneServer
Top
Methods
  NameDescription
Public methodApplyRotation
Set Scene Server Rotation
Public methodDispose
Dispose for PreviewSceneServer
Protected methodDispose(Boolean)
Dispose for PreviewSceneServer
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor for PreviewSceneServer
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetSceneScale
Set Scene Server Scale
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also