ChangeQueue.CreateWorld Method (Boolean)

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)
Syntax
public void CreateWorld(
	bool bFlushWhenReady
)
Public Sub CreateWorld ( 
	bFlushWhenReady As Boolean
)

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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also