GetPointPermitTabMode Method |
Permits the use of the tab key to define a line constraint.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void PermitTabMode(
bool permit
)
Public Sub PermitTabMode (
permit As Boolean
)
Parameters
- permit
- Type: SystemBoolean
If true, then the built-in tab key mode is available.
RemarksBy default, use of the tab key is supported.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also