Click or drag to resize

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
)

Parameters

gp
Type: Rhino.Render.ChangeQueueGroundPlane

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

See Also