Skip to content

TransformObjectList

Public Class

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

Inheritance Hierarchy

System.Object
Rhino.Collections.TransformObjectList

Namespace: Rhino.Collections

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class TransformObjectList : IDisposable

The TransformObjectList type exposes the following members.

Constructors

Name

Description


Public Method

Initializes a new instance of the TransformObjectList class


Properties

Name

Description


Public Property

Number of elements in this list


Public Property

Public Property

Number of elements in grip list


Public Property

Number of elements in grip owner list


Methods

Name

Description


Public Method

Add an ObjRef to this list. Use this to add polyedges so the references are properly counted


Public Method

Add a RhinoObject to this list


Public Method

Add objects to list with a GetObject


Public Method

Remove all elements from this list


Public Method

Releases all resources used by the TransformObjectList


Protected Method

Releases the unmanaged resources used by the TransformObjectList and optionally releases the managed resources


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

(Overrides Object.Finalize..)


Public Method

Gets the bounding box of all of the objects that this list contains.


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Public Method

Gets access to the internal GripObject array of the TransformObjectList object.


Public Method

Gets access to the internal GripOwner array of the TransformObjectList object.


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

Gets access to the internal RhinoObject array of the TransformObjectList object.


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)


Public Method