Gets or sets the reconstructed triangular faces.

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

Syntax

C#
public List<SurfaceReconstructor..::.Tri> Tris { get; set; }
Visual Basic (Declaration)
Public Property Tris As List(Of SurfaceReconstructor..::.Tri)
Visual C++
public:
property List<SurfaceReconstructor..::.Tri^>^ Tris {
	List<SurfaceReconstructor..::.Tri^>^ get ();
	void set (List<SurfaceReconstructor..::.Tri^>^ value);
}

Field Value

A list of SurfaceReconstructor..::.Tri objects.

See Also