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.
Namespace: Rhino.InputAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
public static class RhinoGet |
| Visual Basic |
|---|
Public NotInheritable Class RhinoGet |