Description:

Implement if you need to handle the initial CreateWorld call initiated by the display pipeline system. Note that this is not the same as the CreateWorld call in Rhino.Render.ChangeQueue.ChangeQueue, although related.

Syntax:
public virtual void CreateWorld(
RhinoDoc doc,
ViewInfo viewInfo,
DisplayPipelineAttributes displayPipelineAttributes
)
virtual
Parameters:
  • viewInfo
  • Type: ViewInfo
  • active viewport info
Returns:
Type: void
Available since:
6.0

Nothing found