CurvatureGraphSettings
Contains static methods and properties to modify curvature graph commands.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.CurvatureGraphSettings
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public static class CurvatureGraphSettings
The CurvatureGraphSettings type exposes the following members.
Properties
Name
Description
Public Property
Static Member
CurveHairColor
Gets or sets the curve hair color;
Public Property
Static Member
HairDensity
Gets or sets the hair density;
Public Property
Static Member
HairScale
Gets or sets the hair scale;
Public Property
Static Member
SampleDensity
Gets or sets the sampling density;
Public Property
Static Member
SrfUHair
Gets or sets the surface U hairs are on;
Public Property
Static Member
SrfVHair
Gets or sets the surface V hairs are on;
Public Property
Static Member
SurfaceUHairColor
Gets or sets the surface U hair color;
Public Property
Static Member
SurfaceVHairColor
Gets or sets the surface V hair color;
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.