Gets the area of the triangulated surface of the elliptical cone.
Namespace:
ceometric.VectorGeometry
Assembly:
ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Area ( _
numberOfFaces As Integer _
) As Double |
| Visual C++ |
|---|
public:
double Area(
int numberOfFaces
) |
Parameters
- numberOfFaces
- Type: System..::.Int32
The number of triangular faces on the surface.
Return Value
Returns the surface area of the elliptical cone.
Remarks
Exceptions
See Also