Skip to content

Rhino.Collections

Classes

Class

Description


Public Class
ArchivableDictionary

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

See remarks for layout.


Public Class
CurveList

Represents a list of curves.


Public Class
Point3dList

Represents a list of Point3d.


Public Class
Point3dList.XAccess

Utility class for easy-access of x-components of points inside an ON_3dPointList.


Public Class
Point3dList.YAccess

Utility class for easy-access of x-components of points inside an ON_3dPointList.


Public Class
Point3dList.ZAccess

Utility class for easy-access of z-components of points inside an ON_3dPointList.


Public Class
RhinoList

Provides helper methods to work with RhinoList.T. and other collections.


Public Class
RhinoList.T.

Represents a list of generic data. This class is similar to System.Collections.Generic.List(T) but exposes a few more methods.


Public Class
TransformObjectList

A collection of Rhino object, grip objects, and the Rhino objects that owns the grips. Used by the TransformCommand and GetTransform classes.


Interfaces

Interface

Description


Public Interface
IResizableList.T.

Provides the ability to resize a generic list by setting the Count property.