Properties_T_Rhino_Geometry_ComponentStatus - mcneel/rhinocommon-api-docs GitHub Wiki

ComponentStatus Properties

The ComponentStatus type exposes the following members.

Properties

 

Name Description
Public propertyStatic member AllSet All flags are checked.
Public propertyStatic member Clear This is the default value and equal to undefined.
Public propertyStatic member Damaged The damaged flag is checked.
Public propertyStatic member Hidden The hidden flag is checked.
Public propertyStatic member Highlighted The highlight selection flag is checked.
Public property IsClear True if every setting is 0 or false.
Public property IsDamaged Returns false if component is not damaged. True otherwise.
Public property IsHidden Returns true if hidden. False otherwise.
Public property IsHighlighted Returns true if highlighted. False otherwise.
Public property IsLocked Returns true if locked. False otherwise.
Public property IsSelected Returns true if selected or selected persistent. False otherwise.
Public property IsSelectedPersistent Returns true if selected persistent. False otherwise.
Public propertyStatic member Locked The locked flag is checked.
Public propertyStatic member Selected The selection flag is checked.
Public propertyStatic member SelectedPersistent The persistent selection flag is checked.
  Back to Top

See Also

Reference

ComponentStatus Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️