Rhino.Collections Namespace

Rhino.Collections Namespace

[Missing <summary> documentation for "N:Rhino.Collections"]

Classes
  ClassDescription
Public classArchivableDictionary

Represents a dictionary class that can be attached to objects and can be serialized (saved) at necessity.

See remarks for layout.

Public classCurveList
Represents a list of curves.
Public classPoint3dList
Represents a list of Point3d.
Public classPoint3dListXAccess
Utility class for easy-access of x-components of points inside an ON_3dPointList.
Public classPoint3dListYAccess
Utility class for easy-access of x-components of points inside an ON_3dPointList.
Public classPoint3dListZAccess
Utility class for easy-access of z-components of points inside an ON_3dPointList.
Public classRhinoList
Provides helper methods to work with RhinoListT and other collections.
Public classRhinoListT
Represents a list of generic data. This class is similar to System.Collections.Generic.List(T) but exposes a few more methods.
Public classTransformObjectList
Used by the TransformCommand and GetTransform classes.
Interfaces
  InterfaceDescription
Public interfaceIResizableListT
Provides the ability to resize a generic list by setting the Count property.