DocumentOrFreeFloatingBase Class

DocumentOrFreeFloatingBase Class

Base class for Rhino.Render objects that are owned by the document, or can be delivered separately from other functions. In general, you cannot create these objects yourself.
Inheritance Hierarchy
SystemObject
  Rhino.RenderFreeFloatingBase
    Rhino.RenderDocumentOrFreeFloatingBase
      Rhino.RenderDithering
      Rhino.RenderGroundPlane
      Rhino.RenderLinearWorkflow
      Rhino.RenderSkylight
      Rhino.RenderSun

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract class DocumentOrFreeFloatingBase : FreeFloatingBase
Public MustInherit Class DocumentOrFreeFloatingBase
	Inherits FreeFloatingBase

The DocumentOrFreeFloatingBase type exposes the following members.

Methods
  NameDescription
Public methodBeginChange
Call this function before making any change to this object (calling a setter) otherwise undo will not work correctly. Calls to BeginChange must be paired with a call to EndChange.
Public methodCopyFrom
Copy from another object
(Inherited from FreeFloatingBase.)
Public methodEndChange
See BeginChange
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Handle destruction of the un-managed CPP object.
(Inherited from FreeFloatingBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also