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
)
Public Function RenderHashExclude (
flags As CrcRenderHashFlags,
excludeParameterNames As String
) As UInteger
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:
UInt32The render hash.
See Also