Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / sweepMethodType Enumeration

In This Topic
    sweepMethodType Enumeration
    In This Topic
    Surface sweep type.
    Syntax
    'Declaration
     
    Public Enum sweepMethodType 
       Inherits System.Enum
    public enum sweepMethodType : System.Enum 
    Members
    MemberDescription
    FrenetSerret Frenet-Serret formulas
    RoadlikeFront The section curve maintains its angle to the ZX plane throughout the sweep
    RoadlikeRight The section curve maintains its angle to the YZ plane throughout the sweep
    RoadlikeTop The section curve maintains its angle to the XY plane throughout the sweep
    RotationMinimizingFrames Rotation minimizing frames
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Entities.sweepMethodType

    See Also