Removes a mesh triangle.

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

Syntax

C#
public void Remove(
	MeshTriangle mt
)
Visual Basic (Declaration)
Public Sub Remove ( _
	mt As MeshTriangle _
)
Visual C++
public:
void Remove(
	MeshTriangle^ mt
)

Parameters

mt
Type: ceometric.ComputationalGeometry..::.MeshTriangle
A mesh triangle.

See Also