PolyCurve.HasGap Property

PolyCurveHasGap Property

This is a quick way to see if the curve has gaps between the sub curve segments.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool HasGap { get; }
Public ReadOnly Property HasGap As Boolean
	Get

Property Value

Type: Boolean
See Also