Skip to content

RenderContentType

Public Class

Represents one of the render content types registered with Rhino.

Inheritance Hierarchy

System.Object
Rhino.Render.RenderContentType

Namespace: Rhino.Render

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class RenderContentType : IDisposable

The RenderContentType type exposes the following members.

Constructors

Name

Description


Public Method

Initializes a new instance of the RenderContentType class


Properties

Name

Description


Public Property

Returns the type identifier associated with this type.


Public Property

Returns the internal name identifier associated with this type.


Public Property

Public Property

Methods

Name

Description


Public Method

Releases all resources used by the RenderContentType


Protected Method

Releases the unmanaged resources used by the RenderContentType 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
Static Member

Gets an array of all available render content types registered with Rhino.


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.)


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method
Static Member

Create a new content specified by the Guid. This function can be used to create temporary content, as it calls ::RhRdkContentFactories().NewContentFromType().


Public Method
Static Member

Public Method

Returns a new instance of the render content of this type. This content can be added to a persistant list.


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)