Click or drag to resize

ClippingPlaneObjectObjectParticipates Method

Determines whether an object is clipped by this clipping plane, taking the clip participation (inclusion/exclusion) lists into account. This is the same test the display uses.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool ObjectParticipates(
	Guid objectId
)

Parameters

objectId
Type: SystemGuid
Id of the object to test.

Return Value

Type: Boolean
true if the object is clipped by this clipping plane.
See Also