Description:
Compute the Volume of the Brep. If you want proper Volume data with moments and error information, use the VolumeMassProperties class.
Syntax:
public Double GetVolume()
Returns:
Type: Double
The volume of the Brep.
Available since:
5.0
Description:
Compute the Volume of the Brep. If you want proper Volume data with moments and error information, use the VolumeMassProperties class.
Syntax:
public Double GetVolume(
Double relativeTolerance,
Double absoluteTolerance
)
Double relativeTolerance,
Double absoluteTolerance
)
Parameters:
- relativeTolerance
- Type: System.Double
- Relative tolerance to use for area calculation.
- absoluteTolerance
- Type: System.Double
- Absolute tolerance to use for area calculation.
Returns:
Type: Double
The volume of the Brep.
Available since:
5.0