Click or drag to resize

Rhino.Input.Custom Namespace

[Missing <summary> documentation for "N:Rhino.Input.Custom"]

Classes
  ClassDescription
Public classCommandLineOption
Public classGetArc
Public classGetBaseClass
Base class for GetObject, GetPoint, GetSphere, etc. You will never directly create a GetBaseClass but you will use its member functions after calling GetObject.Gets(), GetPoint.Get(), and so on. Provides tools to set command prompt, set command options, and specify if the "get" can optionally accept numbers, nothing (pressing enter), and undo.
Public classGetCancel
Public classGetCircle
Public classGetCone
Class provides user interface to define a cone.
Public classGetCylinder
Class provides user interface to define a cylinder.
Public classGetEllipse
Class provides user interface to define an ellipse.
Public classGetEllipsoid
Class provides user interface to define an ellipsoid.
Public classGetInteger
Used to get integer numbers.
Public classGetLine
Use to interactively get a line. The Rhino "Line" command uses GetLine.
Public classGetNumber
Used to get double precision numbers.
Public classCode exampleGetObject
The GetObject class is the tool commands use to interactively select objects.
Public classGetOption
If you want to explicitly get string input, then use GetString class with options. If you only want to get options, then use this class (GetOption)
Public classGetPoint
Used to interactively get a point.
Public classGetPointDrawEventArgs
Arguments for drawing during point getting.
Public classGetPointMouseEventArgs
Arguments for mouse information during point getting.
Public classGetPolyline
Use to interactively get a polyline.
Public classGetSphere
Class provides user interface to define a sphere.
Public classGetString
Used to get strings.
Public classGetTorus
Class provides user interface to define a torus.
Public classGetTransform
Used for getting a Transform
Public classGetTruncatedCone
Class provides user interface to define a truncated cone.
Public classOptionColor
Public classOptionDouble
Public classOptionInteger
Public classOptionToggle
Public classPickContext
Utility for determining if objects are picked
Public classTaskCompleteEventArgs
Delegates
  DelegateDescription
Public delegateGetObjectGeometryFilter
Enumerations
  EnumerationDescription
Public enumerationCommandLineOptionType
Behavior for a command line option
Public enumerationConeConstraint
Public enumerationCylinderConstraint
Public enumerationGeometryAttributeFilter
If an object passes the geometry TYPE filter, then the geometry ATTRIBUTE filter is applied.
Public enumerationGetFileNameMode
Public enumerationGetLineMode
Public enumerationGetSphereMeshSphereStyle
Mesh sphere styles enumeration.
Public enumerationPickContextMeshHitFlag
Public enumerationPickContextMeshPickStyle
Public enumerationPickMode
Picking can happen in wireframe or shaded display mode
Public enumerationPickStyle
Provides picking values that describe common CAD picking behavior.