GetLine.AcceptZeroLengthLine Property

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)
Syntax
public bool AcceptZeroLengthLine { get; set; }
Public Property AcceptZeroLengthLine As Boolean
	Get
	Set

Property Value

Type: Boolean
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also