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

 

Constructs an unbounded line that passes through pnt and has a direction of vec. vec must not be a zero-length vector.

Visual Basic
Public Sub New(
    point As Point3d, 
    vector As Vector3d
)
C#
public Line3d(
    Point3d point, 
    Vector3d vector
);
Parameters
Parameters 
Description 
Point3d point 
Input any 3D point 
Vector3d vector 
Input any 3D vector 
Links
   Comments?