Click or drag to resize

ChangeQueueCreateWorld Method (Boolean)

Signal the queue to do the initialisation of the queue, seeding it with the content currently available.

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void CreateWorld(
	bool bFlushWhenReady
)

Parameters

bFlushWhenReady
Type: SystemBoolean
Set to true CreateWorld should automatically flush at the end. Note that the Flush called when true is passed doesn't apply changes.
See Also