Click or drag to resize

VisualAnalysisModeAnalysisStyle Enumeration

Contains enumerated values for analysis styles, such as wireframe, texture or false colors..

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum AnalysisStyle
Members
  Member nameValueDescription
Wireframe1The analysis is showing with wires.
Texture2The analysis is showing with textures.
FalseColor4The analysis is showing with false colors.
See Also