Gets or sets the reconstructed triangular faces.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.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); } |