Gets the area of the triangulated surface.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public double Area { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Area As Double |
| Visual C++ |
|---|
public: property double Area { double get (); } |
Field Value
The area of the triangulated surface.
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | A valid triangulation does not exist. Compute the triangulation first. |