Click or drag to resize

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
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
A collection of Rhino object, grip objects, and the Rhino objects that owns the grips. Used by the TransformCommand and GetTransform classes.
Interfaces