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

Line3d Class, Autodesk.AutoCAD.Geometry Namespace