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

In This Topic
    planeIntersectionType Enumeration
    In This Topic
    Plane intersection type.
    Syntax
    'Declaration
     
    Public Enum planeIntersectionType 
       Inherits System.Enum
    public enum planeIntersectionType : System.Enum 
    Members
    MemberDescription
    Coincide The two planes coincide
    Disjoint Disjoint (no intersection)
    UniqueLine Intersection in a unique line
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Geometry.planeIntersectionType

    See Also