True if this vertex is disposed, false otherwise.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public bool IsDisposed { get; set; }
Visual Basic (Declaration)
Public Property IsDisposed As Boolean
Visual C++
public:
property bool IsDisposed {
	bool get ();
	void set (bool value);
}

Field Value

True if this vertex is disposed, false otherwise.

Remarks

A disposed vertex is not used in any edge or triangle of the mesh.

See Also