Skip to content

RenderContentCollection

Public Class

A collection of Render content

Inheritance Hierarchy

System.Object
Rhino.Render.RenderContentCollection

Namespace: Rhino.Render

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public sealed class RenderContentCollection : IDisposable,
IEnumerable

The RenderContentCollection type exposes the following members.

Constructors

Name

Description


Public Method

Construct an empty collection of RenderContent objects


Public Method

Internal function to create collection from native pointer


Properties

Name

Description


Public Property

Internal function to get native pointer


Methods

Name

Description


Public Method

Add an array of non-const contents to the collection.


Public Method

Append a RenderContent to the collection


Public Method

Clear the collection.


Public Method

Content at index


Public Method

To be documented


Public Method

The number of items in the collection.


Public Method

Dispose function for RenderContentCollection


Public Method

Equals

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

(Inherited from Object.)


Protected Method

Finalizer for RenderContentCollection

(Overrides Object.Finalize..)


Public Method

TODO


Public Method

Gets the first tag


Public Method

Public Method

Gets usage filter type for collection


Public Method

See SetForcedVaries


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

See SetSearchPattern


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Public Method

Gets an iterator for the collection


Public Method

Call FirstTag first - this gets the next tag


Public Method

Remove an array of contents from the collection.


Public Method

Set an array of const contents as the collection.


Public Method

Set the collection to ‘varies’. Only valid if the collection is a ‘selection’ collection. Useful for clients that only support single content selections.


Public Method

Sets a search pattern for filtering contents. This is not actually used by the iterator, but is stored for use by any UI that wants to filter contents based on a search string by using the function RhRdkCheckSearchPattern()


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)