Point3d.Point3d(double[]) Constructor

Visual Basic
Public Sub New(
    xyz As double[]
)
C#
public Point3d(
    double\[\] xyz
);
Parameters
Parameters 
Description 
double[] xyz 
Input array of coordinates 
Description

 

Constructs 3D point with coordinates taken from the first three array elements.

Links