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)
Syntaxpublic virtual bool ObjectSupportsAnalysisMode(
RhinoObject obj
)
Public Overridable Function ObjectSupportsAnalysisMode (
obj As RhinoObject
) As Boolean
Parameters
- obj
- Type: Rhino.DocObjectsRhinoObject
The object to be tested.
Return Value
Type:
Booleantrue if this mode can indeed be used on the object; otherwise false.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also