EdgeAnalysisSettings
Contains static methods and properties to modify the visibility of edges in edge-related commands.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.EdgeAnalysisSettings
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public static class EdgeAnalysisSettings
The EdgeAnalysisSettings type exposes the following members.
Properties
Name
Description
Public Property
Static Member
ShowEdgeColor
Gets or sets a color used to enhance display edges in commands like _ShowEdges and _ShowNakedEdges.
Public Property
Static Member
ShowEdges
Gets or sets a value referring to the group of edges that are targeted.
0 = all.
1 = naked.
2 = non-manifold.
Methods
Name
Description
Public Method
Static Member
GetCurrentState
Gets the current settings of the application.
Public Method
Static Member
GetDefaultState
Gets the factory settings of the application.
Public Method
Static Member
RestoreDefaults
Commits the default settings as the current settings.
Public Method
Static Member
UpdateFromState
Sets all settings to a particular defined joined state.