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

In This Topic
    Bar Constructor(Double,Double,Double,Double,Double,Double,Double,Int32)
    In This Topic
    Draws a line as a Cylinder.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x1 As Double, _
       ByVal y1 As Double, _
       ByVal z1 As Double, _
       ByVal x2 As Double, _
       ByVal y2 As Double, _
       ByVal z2 As Double, _
       ByVal radius As Double, _
       ByVal slices As Integer _
    )
    public Bar( 
       double x1,
       double y1,
       double z1,
       double x2,
       double y2,
       double z2,
       double radius,
       int slices
    )

    Parameters

    x1
    StartPoint X coordinate
    y1
    StartPoint Y coordinate
    z1
    StartPoint Z coordinate
    x2
    End X coordinate
    y2
    End Y coordinate
    z2
    End Z coordinate
    radius
    Bar's radius
    slices
    Number of faces of the cylinder approximation
    See Also