Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ssiFailureType Enumeration

In This Topic
    ssiFailureType Enumeration
    In This Topic
    Intersection types of failure.
    Syntax
    'Declaration
     
    Public Enum ssiFailureType 
       Inherits System.Enum
    public enum ssiFailureType : System.Enum 
    Members
    MemberDescription
    BoundaryProcessingFailed The intersection failed during boundary processing, check intersection curves first.
    DontTouch The two entities don't touch
    FilletIntersectionNotFound Surface-surface intersection not found.
    InvalidFillet There are no arcs to make the fillet with.
    InvalidIntersectionCurves The intersection was found but the intersection points/curves are not valid
    Success The intersection was successfully found
    UnknownFailure Unknown failure
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.ssiFailureType

    See Also