Curve3dGetArea(Double, Double, Tolerance)
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public double GetArea(
double startingParameter,
double endingParameter,
Tolerance tolerance
)
Public Function GetArea (
startingParameter As Double,
endingParameter As Double,
tolerance As Tolerance
) As Double
public:
double GetArea(
double startingParameter,
double endingParameter,
Tolerance tolerance
)
member GetArea :
startingParameter : float *
endingParameter : float *
tolerance : Tolerance -> float
Parameters
- startingParameter Double
-
- endingParameter Double
-
- tolerance Tolerance
-
Return Value
Double
See Also