Vector3d.Vector3d(double[]) Constructor

Description

Creates a vector using the first three elements of the array.

Visual Basic

Public Sub New(
    xyz As double[]
)

C#

public Vector3d(
    double\[\] xyz
);

Parameters

Parameters Description
double[] xyz Input coordinate array

Links

Vector3d Structure, Autodesk.AutoCAD.Geometry Namespace