Click or drag to resize

DirectionAnalysisSettings Class

Contains static methods and properties to modify the visibility of edges in edge-related commands.
Inheritance Hierarchy
SystemObject
  Rhino.ApplicationSettingsDirectionAnalysisSettings

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static class DirectionAnalysisSettings

The DirectionAnalysisSettings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberColor
Gets or sets a color used to show curve or surface direction.
Public propertyStatic memberDirection
Gets or sets whether to display the direction.
Public propertyStatic memberU
Gets or sets whether to display the U dir.
Public propertyStatic memberV
Gets or sets whether to display the V dir.
Top
Methods
  NameDescription
Public methodStatic memberGetCurrentState
Gets the current settings of the application.
Public methodStatic memberGetDefaultState
Gets the factory settings of the application.
Top
See Also