Rhino.Collections Namespace |
[Missing <summary> documentation for "N:Rhino.Collections"]
Class | Description | |
---|---|---|
ArchivableDictionary | Represents a dictionary class that can be attached to objects and can be serialized (saved) at necessity. See remarks for layout. | |
CurveList |
Represents a list of curves.
| |
Point3dList |
Represents a list of Point3d.
| |
Point3dListXAccess |
Utility class for easy-access of x-components of points inside an ON_3dPointList.
| |
Point3dListYAccess |
Utility class for easy-access of x-components of points inside an ON_3dPointList.
| |
Point3dListZAccess |
Utility class for easy-access of z-components of points inside an ON_3dPointList.
| |
RhinoList |
Provides helper methods to work with RhinoListT and other collections.
| |
RhinoListT |
Represents a list of generic data. This class is similar to System.Collections.Generic.List(T)
but exposes a few more methods.
| |
TransformObjectList |
A collection of Rhino object, grip objects, and the Rhino objects that owns the grips.
Used by the TransformCommand and GetTransform classes.
|
Interface | Description | |
---|---|---|
IResizableListT |
Provides the ability to resize a generic list by setting the Count property.
|