Line3d.Line3d Constructor (Point3d, Vector3d)

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 
Description

 

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

Links