Click or drag to resize

RenderContentCalculateRenderHash Method

Note: This API is now obsolete.

Override this method to calculate the render hash of the state that affects how the content is rendered. Does not include children or perform any caching. Render hash values are now automatically cached by the content framework and you do not have to worry about caching. You also do not have to worry about iterating into children. This method is now only called internally by the framework, use the RenderHash property to get the current hash value.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
[ObsoleteAttribute("Use CalculateRenderHash2")]
protected virtual uint CalculateRenderHash(
	ulong rcrcFlags
)

Parameters

rcrcFlags
Type: SystemUInt64

[Missing <param name="rcrcFlags"/> documentation for "M:Rhino.Render.RenderContent.CalculateRenderHash(System.UInt64)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Rhino.Render.RenderContent.CalculateRenderHash(System.UInt64)"]

See Also