RenderContentType
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
RenderContentType
Initializes a new instance of the RenderContentType class
Properties
Name
Description
Public Property
Id
Returns the type identifier associated with this type.
Public Property
InternalName
Returns the internal name identifier associated with this type.
Public Property
PlugInId
Public Property
RenderEngineId
Methods
Name
Description
Public Method
Dispose.
Releases all resources used by the RenderContentType
Protected Method
Dispose(Boolean)
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
Finalize
(Overrides Object.Finalize..)
Public Method
Static Member
GetAllAvailableTypes
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
NewContentFromTypeId(Guid)
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
NewContentFromTypeId(Guid, RhinoDoc)
Public Method
NewRenderContent
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.)