Tests if all points lie on the same plane.

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

Syntax

C#
public bool IsPlane { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsPlane As Boolean
Visual C++
public:
property bool IsPlane {
	bool get ();
}

Field Value

True if all points in the point set lie on the same plane, false otherwise.

Remarks

Returns false if all points are identical or lie on the same line.

See Also