GetPointPermitElevatorMode Method |
Permits the use of the control key to define a line constraint.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void PermitElevatorMode(
int permitMode
)
Public Sub PermitElevatorMode (
permitMode As Integer
)
Parameters
- permitMode
- Type: SystemInt32
0: no elevator modes are permitted
1: fixed plane elevator mode (like the Line command)
2: cplane elevator mode (like object dragging)
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also