Description
Constructs 3D point with coordinates taken from the first three array elements.
Visual Basic
Public Sub New( xyz As double[] )
C#
public Point3d( double\[\] xyz );
Parameters
Parameters | Description |
---|---|
double[] xyz | Input array of coordinates |