Click or drag to resize

VisualAnalysisModeObjectSupportsAnalysisMode Method

Gets a value indicating if this visual analysis mode can be used on a given Rhino object.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual bool ObjectSupportsAnalysisMode(
	RhinoObject obj
)

Parameters

obj
Type: Rhino.DocObjectsRhinoObject
The object to be tested.

Return Value

Type: Boolean
true if this mode can indeed be used on the object; otherwise false.
See Also