Eyeshot 10 WinForms API Reference
Xline Constructor(Point3D,Vector3D)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > Xline Class > Xline Constructor : Xline Constructor(Point3D,Vector3D)
The base point.
The direction.
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

Reference

Xline Class
Xline Members
Overload List