EdgeAnalysisSettings.ShowEdgeColor Property

EdgeAnalysisSettingsShowEdgeColor Property

Gets or sets a color used to enhance display edges in commands like _ShowEdges and _ShowNakedEdges.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Color ShowEdgeColor { get; set; }
Public Shared Property ShowEdgeColor As Color
	Get
	Set

Property Value

Type: Color
See Also