Autodesk.AutoCAD.Geometry Namespace > Point3d Structure > Point3d Constructor > Point3d(double, double, double) Constructor
Point3d.Point3d(double, double, double) Constructor
Description

 

Constructs a 3D point with coordinates x, y, and z.

Visual Basic
Public Sub New(
    x As double, 
    y As double, 
    z As double
)
C#
public Point3d(
    double x, 
    double y, 
    double z
);
Links
   Comments?