Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / segmentIntersectionType Enumeration

In This Topic
    segmentIntersectionType Enumeration
    In This Topic
    2D segment intersection type.
    Syntax
    'Declaration
     
    Public Enum segmentIntersectionType 
       Inherits System.Enum
    public enum segmentIntersectionType : System.Enum 
    Members
    MemberDescription
    CollinearEndPointTouch The two segments touch at end points and are collinear
    Cross Intersect in unique point i0
    Disjoint Disjoint
    EndPointTouch The two segments touch at end points (are contiguous)
    OverlapInSegment Overlap in segment from i0 to i1
    Touch The intersection point is the end point of one of the segments
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Geometry.segmentIntersectionType

    See Also