Class Cad3DPoint

Cad3DPoint class

The Cad point.

public class Cad3DPoint : Cad2DPoint

Constructors

NameDescription
Cad3DPoint()Initializes a new instance of the Cad3DPoint class.
Cad3DPoint(double, double)Initializes a new instance of the Cad3DPoint class.
Cad3DPoint(double, double, double)Initializes a new instance of the Cad3DPoint class.

Properties

NameDescription
X { get; set; }Gets or sets the x.
Y { get; set; }Gets or sets the y.
Z { get; set; }Gets or sets the z.

Methods

NameDescription
Distance(Cad2DPoint)Distances the specified destination.
GetApsPoint()Gets the aps point.
operator +Sum of two points
operator *Multiplication of a point and a scalar
operator -Diff of two points

See Also