Autodesk.AutoCAD.Geometry Namespace > Ray3d Class > Ray3d Constructor > Ray3d() Constructor
Ray3d.Ray3d() Constructor
Description

 

Default constructor. Constructs a ray whose start point is (0,0,0) and whose direction is (1,0,0) (that is, the positive X axis).

Visual Basic
Public Sub New()
C#
public Ray3d();
Links
   Comments?