Click or drag to resize

GetLineAcceptZeroLengthLine Property

Controls whether or not a zero length line is acceptable. The default is to require the user to keep picking the end point until we get a point different than the start point.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public bool AcceptZeroLengthLine { get; set; }

Property Value

Type: Boolean
See Also