BrepEntityGetVolume(Double, Double)
Method
|
Provides the volume of the entity as a double
value. The volume property is applicable for most entities, that
represent volumetric figures.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public double GetVolume(
double tolRequired,
out double tolAchieved
)
Public Function GetVolume (
tolRequired As Double,
<OutAttribute> ByRef tolAchieved As Double
) As Double
public:
double GetVolume(
double tolRequired,
[OutAttribute] double% tolAchieved
)
member GetVolume :
tolRequired : float *
tolAchieved : float byref -> float
Parameters
- tolRequired Double
- [in] Tolerance required for the result of the calculation.
- tolAchieved Double
- [out] Tolerance achieved in the calculation.
Return Value
Double
Volume value of the entity.
See Also