RenderContent.SetIsRenderHashRecursive Method

RenderContentSetIsRenderHashRecursive Method

By default, RenderHash() recurses into children when computing the render CRC. However, some applications may require children to be excluded from the render CRC calculation. Call this method to enable or disable recursing into children. see RenderHash

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public void SetIsRenderHashRecursive(
	bool recursive
)
Public Sub SetIsRenderHashRecursive ( 
	recursive As Boolean
)

Parameters

recursive
Type: SystemBoolean
See Also