SmartTrackSettings
Contains static methods and properties that target the Smart Track feature behavior.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.SmartTrackSettings
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public static class SmartTrackSettings
The SmartTrackSettings type exposes the following members.
Properties
Name
Description
Public Property
Static Member
ActivationDelayMilliseconds
Gets or sets the activation delay in milliseconds.
Public Property
Static Member
ActivePointColor
Gets or sets the active point color.
Public Property
Static Member
LineColor
Gets or sets the smart track line color.
Public Property
Static Member
MaxSmartPoints
Gets or sets the maximum number of smart points.
Public Property
Static Member
PointColor
Gets or sets the point color.
Public Property
Static Member
SmartOrtho
Gets or sets a value indicating if the ‘Smart Ortho’ feature is active.
Orthogonal lines are then drawn automatically.
Public Property
Static Member
SmartTangents
Gets or sets a value indicating if the ‘Smart Tangents’ feature is active.
Public Property
Static Member
TanPerpLineColor
Gets or sets the tangent and perpendicular line color.
Public Property
Static Member
UseDottedLines
Gets or sets a value indicating if lines are drawn dotted.
Public Property
Static Member
UseSmartTrack
Gets or sets if the Smart Track feature is active.
Methods
Name
Description
Public Method
Static Member
GetCurrentState
Gets the current settings.
Public Method
Static Member
GetDefaultState
Gets the Smart Track factory settings.
Public Method
Static Member
UpdateFromState
Updates from a particular setting state.