Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ConicalBar Class / ConicalBar Constructor / ConicalBar Constructor(Point3D,Point3D,Double,Double,Int32)

In This Topic
    ConicalBar Constructor(Point3D,Point3D,Double,Double,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As Point3D, _
       ByVal end As Point3D, _
       ByVal baseRadius As Double, _
       ByVal topRadius As Double, _
       ByVal slices As Integer _
    )
    public ConicalBar( 
       Point3D start,
       Point3D end,
       double baseRadius,
       double topRadius,
       int slices
    )

    Parameters

    start
    end
    baseRadius
    topRadius
    slices
    See Also