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

 

Constructs a ray whose start point is point and whose direction is vector. vector must not be a zero-length vector.

Visual Basic
Public Sub New(
    point As Point3d, 
    vector As Vector3d
)
C#
public Ray3d(
    Point3d point, 
    Vector3d vector
);
Parameters
Parameters 
Description 
Point3d point 
Input start point of ray 
Vector3d vector 
Input direction vector of ray 
Conditions

Read-only

Links
   Comments?