Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / Xline Class / Xline Constructor / Xline Constructor(Point3D,Vector3D)
The base point.
The direction.

In This Topic
    Xline Constructor(Point3D,Vector3D)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal startPoint As Point3D, _
       ByVal direction As Vector3D _
    )
    public Xline( 
       Point3D startPoint,
       Vector3D direction
    )

    Parameters

    startPoint
    The base point.
    direction
    The direction.
    See Also