Contains enumerated values for analysis styles, such as wireframe, texture or false colors..
Namespace: Rhino.DisplayAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
public enum AnalysisStyle |
| Visual Basic |
|---|
Public Enumeration AnalysisStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Wireframe | 1 | The analysis is showing with wires. | |
| Texture | 2 | The analysis is showing with textures. | |
| FalseColor | 4 | The analysis is showing with false colors. |