RhinoCommon API
RenderContentSerializer Class |
Used to import and export custom render content types such as
materials, environments and textures. You must override
RenderPlugIn.RenderContentSerializers() and return an array of
derived RenderContentSerializer class types to add to the content
browsers.

Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)

The RenderContentSerializer type exposes the following members.

Name | Description | |
---|---|---|
![]() | RenderContentSerializer |
Protected constructor to be called from derived class
|

Name | Description | |
---|---|---|
![]() | CanRead |
If true then the file type can be imported and will be included in the
file open box when importing the specified render content type.
|
![]() | CanWrite |
If true then the file type can be exported and will be included in the
file save box when exporting the specified render content type.
|
![]() | ContentType |
Type of content created when importing or exporting this file type.
|
![]() | EnglishDescription |
English string describing this plug-in
|
![]() | FileExtension |
File extension associated with this serialize object
|
![]() | LocalDescription |
Localized plug-in description
|

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read |
Called to when importing a file, file should be parsed and converted to
a valid RenderContent object.
|
![]() | RegisterSerializer |
Register the RenderContentSerializer
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Write |
Called to save a custom RenderContent object as an external file.
|

Rhino for Windows
Supported in: 6.14