Gets the number of triangles in the current triangulation.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public int NumberOfTriangles { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property NumberOfTriangles As Integer |
| Visual C++ |
|---|
public: property int NumberOfTriangles { int get (); } |
Field Value
The number of triangles in the current triangulation.
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | A valid triangulation does not exist. Compute the triangulation before. |