Click or drag to resize

GetPointPermitElevatorMode Method

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

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void PermitElevatorMode(
	int permitMode
)

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)
See Also