Gets or sets the right side of the coordinate form of the plane a*x + b*y + c*z = d.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double d { get; set; }
Visual Basic (Declaration)
Public Property d As Double
Visual C++
public:
property double d {
	double get ();
	void set (double value);
}

Field Value

The value d in the coordinate form of the plane a*x + b*y + c*z = d.

Remarks

A different value d of the right side of the coordinate form of the plane also changes the defining point Point of the plane.

See Also