CheckRangeOfSliverSpaceTolerance Method


Checks that the sliver space tolerance is greater than or equal to zero.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2011

Syntax

C#
public static bool CheckRangeOfSliverSpaceTolerance(
	double silverSpaceTolerance
)
Visual Basic
Public Shared Function CheckRangeOfSliverSpaceTolerance ( _
	silverSpaceTolerance As Double _
) As Boolean
Visual C++
public:
static bool CheckRangeOfSliverSpaceTolerance(
	double silverSpaceTolerance
)

Parameters

silverSpaceTolerance
Type: SystemDouble
The sliver space tolerance to be checked.

Return Value

Returns true if the sliver space tolerance is greater than or equal to zero, false otherwise.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →