DisplayPipeline.IsActive Method

DisplayPipelineIsActive Method

Determines if an object can be visible in this viewport based on it's object type and display attributes. This test does not check for visibility based on location of the object. NOTE: Use CRhinoDisplayPipeline::IsVisible() to perform "visibility" tests based on location (is some part of the object in the view frustum). Use CRhinoDisplayPipeline::IsActive() to perform "visibility" tests based on object type.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsActive(
	RhinoObject rhinoObject
)
Public Function IsActive ( 
	rhinoObject As RhinoObject
) As Boolean

Parameters

rhinoObject
Type: Rhino.DocObjectsRhinoObject
Object to test.

Return Value

Type: Boolean
true if this object can be drawn in the pipeline's viewport based on it's object type and display attributes.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also