Click or drag to resize

RenderContentRenderHashExclude Method (CrcRenderHashFlags, String)

As RenderHash, but allows you to specify flags and exclude specific parameters.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.2
Syntax
public uint RenderHashExclude(
	CrcRenderHashFlags flags,
	string excludeParameterNames
)

Parameters

flags
Type: Rhino.RenderCrcRenderHashFlags
Flags to finely control the render hash.
excludeParameterNames
Type: SystemString
Semicolon-delimited string of parameter names to exclude.

Return Value

Type: UInt32
The render hash.
See Also