GetPoint.PermitElevatorMode Method

GetPointPermitElevatorMode Method

Permits the use of the control key to define a line constraint.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public 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 Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also