Click or drag to resize

EndAnalysisSettings Class

Contains static methods and properties to modify the visibility of curve ends.
Inheritance Hierarchy
SystemObject
  Rhino.ApplicationSettingsEndAnalysisSettings

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

The EndAnalysisSettings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberClosedSeams
Gets or sets whether to display the closed curve seam points.
Public propertyStatic memberColor
Gets or sets a color used to display the points.
Public propertyStatic memberOpenEnds
Gets or sets whether to display the open curve end points.
Public propertyStatic memberOpenStarts
Gets or sets whether to display the open curve start points.
Public propertyStatic memberPolycurveJoints
Gets or sets whether to display the polycurve joint points.
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