Plane.Equation

Plane.Equation property

Gets or sets the equation. Contains four floating-point values that represent the coefficients for the plane’s equation: AX + BY + CZ + D = 0.

public string Equation { get; set; }

See Also