Click or drag to resize

DisplayPipelineIsVisible Method (BoundingBox)

Test a given box for visibility inside the view frustum under the current viewport and model transformation settings.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsVisible(
	BoundingBox bbox
)

Parameters

bbox
Type: Rhino.GeometryBoundingBox
Box to test for visibility.

Return Value

Type: Boolean
true if at least some portion of the box is visible, false if not.
See Also