public enum ENLineSegmentsRelation : System.Enum
public enum ENLineSegmentsRelation : System.Enum
Member | Description |
---|---|
Arbitrary | The line segments are arbitraty (i.e. they do not intersect, overlap and they are not parallel). |
CollinearNoOverlap | The line segments are collinear and do not overlap. |
CollinearOverlap | The line segments are collinear and overlap each other (they are coincident). |
Intersect | The line segments intersect each other. |
Parallel | The line segments are parallel. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Graphics.ENLineSegmentsRelation
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)