Click or drag to resize

RenderContentManager Class

RenderContentManager's RestoreRenderContents method unpacks the default render contents from the from the application and places them in the User's folder. Only available on Mac at the moment.
Inheritance Hierarchy
SystemObject
  Rhino.RenderRenderContentManager

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static class RenderContentManager

The RenderContentManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberUserRenderContentPath
Get the path to: Windows: C:\Users\user\AppData\Roaming\McNeel\Rhinoceros\6.0\Localization\en-US\Render Content macOS: ~/Library/Application Support/McNeel/Rhinoceros/6.0/Render Content If a CustomLibraryPath is set, this is returned
Top
Methods
  NameDescription
Public methodStatic memberRestoreRenderContent
Unpacks the default render contents from the from the application and places them in the User's folder. This will restore the default versions if the version of Rhino that is running is newer than the contents of the last Rhino that wrote the version.txt file. If the version.txt file is not present, it will automatically restore the default contents. This does not overwrite files that the user has changed.
Top
See Also