RhinoCommon API
Rhino.Input Namespace |
Classes related to getting user input for things like points, objects, and numbers
Classes related to getting user input for things like points, objects, and numbers
| Class | Description | |
|---|---|---|
| RhinoGet |
Base class for GetObject, GetPoint, GetSphere, etc.
You will never directly create a RhinoGet but you will use its member
functions after calling GetObject::GetObjects(), GetPoint::GetPoint(), 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.
| |
| StringParser | Parse strings to numbers, distances and angles | |
| StringParserSettings | Parameters for parsing strings |
| Enumeration | Description | |
|---|---|---|
| GetBoxMode |
Enumerates all Box getter modes.
| |
| GetResult |
Possible results from GetObject.Get(), GetPoint.Get(), etc...
| |
| RhinoGetBitmapFileTypes |