Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Bar Class / Bar Constructor / Bar Constructor(Point3D,Point3D,Double,Int32)
StartPoint point
End point
Bar's radius
Number of faces of the cylinder approximation

In This Topic
    Bar Constructor(Point3D,Point3D,Double,Int32)
    In This Topic
    Draws a line as a Cylinder.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As Point3D, _
       ByVal end As Point3D, _
       ByVal radius As Double, _
       ByVal slices As Integer _
    )
    public Bar( 
       Point3D start,
       Point3D end,
       double radius,
       int slices
    )

    Parameters

    start
    StartPoint point
    end
    End point
    radius
    Bar's radius
    slices
    Number of faces of the cylinder approximation
    See Also