RVTDocs.com

EnergyDataSettings.CheckRangeOfSliverSpaceTolerance

Method
Description:
Checks that the sliver space tolerance is greater than or equal to zero.
Syntax
public static bool CheckRangeOfSliverSpaceTolerance(
	double silverSpaceTolerance
)
Parameters
Parameter Type Description
silverSpaceTolerance Double The sliver space tolerance to be checked.
Return Value
Type Description
Boolean Returns true if the sliver space tolerance is greater than or equal to zero, false otherwise.