ChangeQueue.ApplyGroundPlaneChanges Method

ChangeQueueApplyGroundPlaneChanges Method

Override this when you want to handle groundplane changes

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void ApplyGroundPlaneChanges(
	GroundPlane gp
)
Protected Overridable Sub ApplyGroundPlaneChanges ( 
	gp As GroundPlane
)

Parameters

gp
Type: Rhino.Render.ChangeQueueGroundPlane

[Missing <param name="gp"/> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.ApplyGroundPlaneChanges(Rhino.Render.ChangeQueue.GroundPlane)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also