Gets the vertices of the reconstructed surface.

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

Syntax

C#
public List<Point> Vertices { get; }
Visual Basic (Declaration)
Public ReadOnly Property Vertices As List(Of Point)
Visual C++
public:
property List<Point^>^ Vertices {
	List<Point^>^ get ();
}

Field Value

A list of points.

Remarks

The vertex indices of the SurfaceReconstructor..::.Tri and SurfaceReconstructor..::.Quad lists are the zero-based indices of this list.

See Also