Gets or sets the reconstructed quadrialteral 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..::.Quad> Quads { get; set; }
Visual Basic (Declaration)
Public Property Quads As List(Of SurfaceReconstructor..::.Quad)
Visual C++
public:
property List<SurfaceReconstructor..::.Quad^>^ Quads {
	List<SurfaceReconstructor..::.Quad^>^ get ();
	void set (List<SurfaceReconstructor..::.Quad^>^ value);
}

Field Value

A list of SurfaceReconstructor..::.Quad objects.

See Also