Skip to content
Will Pearson edited this page Aug 12, 2016 · 3 revisions

Rhino Namespace

The Rhino namespace contains fundamental types that define commonly-used value types and classes used in Rhino.

Classes

 

Class Description
Public class DocumentEventArgs Provides document information for RhinoDoc events.
Public class DocumentOpenEventArgs Provides document information for RhinoDoc events.
Public class DocumentSaveEventArgs Provides document information for RhinoDoc events.
Public class PersistentSettings A dictionary of SettingValue items.
Public class PersistentSettingsEventArgs Represents event data that is passed as state in persistent settings events.
Public class PersistentSettingsEventArgs(T) Represents the persistent settings modification event arguments.
Public class RhinoApp .NET RhinoApp is parallel to C++ CRhinoApp.
Public class RhinoDoc Represents an active model.
Public class RhinoDoc.TextureMappingEventArgs Event arguments passed to the RhinoDoc.TextureMappingEvent.
Public class RhinoDocObserverArgs Arguments passed to IRhinoDocObserver methods.
Public class RhinoMath Provides constants and static methods that are additional to Math.

Structures

 

Structure Description
Public structure IndexPair Represents two indices: I and J.

Interfaces

 

Interface Description
Public interface IEpsilonComparable(T)
Public interface IEpsilonFComparable(T)
Public interface IRhinoDocObserver Implement this interface if you are a modeless interface to aid in handling multiple document implementations

Delegates

 

Delegate Description
Public delegate RhinoApp.KeyboardHookEvent KeyboardEvent delegate

Enumerations

 

Enumeration Description
Public enumeration RhinoDoc.TextureMappingEventType
Public enumeration UnitSystem ON::LengthUnitSystem identifies a length unit system United States customary length units references: http://www.nist.gov/pml/wmd/metric/upload/frn-59-5442-1959.pdf http://en.wikipedia.org/wiki/United_States_customary_units http://en.wikipedia.org/wiki/International_yard_and_pound
 
Clone this wiki locally