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

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace