RenderContentCollection
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
RenderContentCollection.
Construct an empty collection of RenderContent objects
Public Method
RenderContentCollection(IntPtr)
Internal function to create collection from native pointer
Properties
Name
Description
Public Property
CppPointer
Internal function to get native pointer
Methods
Name
Description
Public Method
Add
Add an array of non-const contents to the collection.
Public Method
Append
Append a RenderContent to the collection
Public Method
Clear
Clear the collection.
Public Method
ContentAt
Content at index
Public Method
ContentNeedsPreviewThumbnail
To be documented
Public Method
Count
The number of items in the collection.
Public Method
Dispose
Dispose function for RenderContentCollection
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Finalizer for RenderContentCollection
(Overrides Object.Finalize..)
Public Method
Find_Sel
TODO
Public Method
FirstTag
Gets the first tag
Public Method
GetEnumerator
Public Method
GetFilterContentByUsage
Gets usage filter type for collection
Public Method
GetForcedVaries
See SetForcedVaries
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetSearchPattern
See SetSearchPattern
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
Iterator
Gets an iterator for the collection
Public Method
NextTag
Call FirstTag first - this gets the next tag
Public Method
Remove
Remove an array of contents from the collection.
Public Method
Set
Set an array of const contents as the collection.
Public Method
SetForcedVaries
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
SetSearchPattern
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.)