RhinoCommon API
ChangeQueueApplyClippingPlaneChanges Method |
Override this when you want to handle clippingplane changes
Namespace: Rhino.Render.ChangeQueue
Assembly: RhinoCommon (in RhinoCommon.dll)
protected virtual void ApplyClippingPlaneChanges( Guid[] deleted, List<ClippingPlane> addedOrModified )
Protected Overridable Sub ApplyClippingPlaneChanges ( deleted As Guid(), addedOrModified As List(Of ClippingPlane) )
Parameters
- deleted
- Type: SystemGuid
[Missing <param name="deleted"/> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.ApplyClippingPlaneChanges(System.Guid[],System.Collections.Generic.List{Rhino.Render.ChangeQueue.ClippingPlane})"]
- addedOrModified
- Type: System.Collections.GenericListClippingPlane
[Missing <param name="addedOrModified"/> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.ApplyClippingPlaneChanges(System.Guid[],System.Collections.Generic.List{Rhino.Render.ChangeQueue.ClippingPlane})"]