Skylight Class

Skylight Class

[Missing <summary> documentation for "T:Rhino.Render.Skylight"]

Inheritance Hierarchy

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class Skylight : DocumentOrFreeFloatingBase
Public NotInheritable Class Skylight
	Inherits DocumentOrFreeFloatingBase

The Skylight type exposes the following members.

Constructors
  NameDescription
Public methodSkylight
Create an utility object not associated with any document
Public methodSkylight(Skylight)
Create an utility object not associated with any document from another object
Top
Properties
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.
(Inherited from DocumentOrFreeFloatingBase.)
Public methodCopyFrom (Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).)
Public methodEndChange
See BeginChange
(Inherited from DocumentOrFreeFloatingBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventStatic memberChanged
This event is raised when a Skylight property value is changed.
Top
Version Information

Rhino for Windows

Supported in: 6.14
See Also