[Missing <summary> documentation for "N:Rhino.Input.Custom"]
Classes
| Class | Description | |
|---|---|---|
| CommandLineOption | ||
| GetBaseClass |
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.
| |
| GetInteger | Used to get integer numbers. | |
| GetLine |
Use GetLine class to interactively get a line. The Rhino "Line"
command uses GetLine.
| |
| GetNumber | Used to get double precision numbers. | |
| GetObject |
The GetObject class is the tool commands use to interactively select objects.
| |
| GetOption |
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)
| |
| GetPoint | ||
| GetPointDrawEventArgs | ||
| GetPointMouseEventArgs | ||
| GetString | ||
| GetTransform | ||
| OptionColor | ||
| OptionDouble | ||
| OptionInteger | ||
| OptionToggle | ||
| PickContext |
Provides storage for picking operations.
|
Delegates
| Delegate | Description | |
|---|---|---|
| GetObjectGeometryFilter |
Enumerations
| Enumeration | Description | |
|---|---|---|
| GeometryAttributeFilter |
If an object passes the geometry TYPE filter, then the geometry ATTRIBUTE
filter is applied.
| |
| GetFileNameMode | ||
| GetLineMode | ||
| PickContext..::..MeshHitFlag | ||
| PickContext..::..MeshPickStyle | ||
| PickMode |
Picking can happen in wireframe or shaded display mode
| |
| PickStyle |
Provides picking values that describe common CAD picking behavior.
|