Click or drag to resize

GetBoxMode Enumeration

Enumerates all Box getter modes.

Namespace:  Rhino.Input
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum GetBoxMode
Members
  Member nameValueDescription
All0 All modes are allowed.
Corner1 The base rectangle is created by picking the two corner points.
ThreePoint2 The base rectangle is created by picking three points.
Vertical3 The base vertical rectangle is created by picking three points.
Center4 The base rectangle is created by picking a center point and a corner point.
See Also