Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Line Class / Line Constructor / Line Constructor(Segment3D)
The 3D segment

In This Topic
    Line Constructor(Segment3D)
    In This Topic
    3D segment constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal seg As Segment3D _
    )
    public Line( 
       Segment3D seg
    )

    Parameters

    seg
    The 3D segment
    See Also