RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Outline

Outline.Intersects

Method
Description:
Determine if this Outline intersects the input Outline to within a specified tolerance.
Remarks:
If the tolerance is positive, the outlines may be separated by the tolerance distance in each coordinate. If the tolerance is negative, the outlines must overlap by at least the tolerance distance in each coordinate.
Syntax
public bool Intersects(
	Outline outline,
	double tolerance
)
Parameters
Parameter Type Description
outline Outline The outline to test for intersection with this one.
tolerance Double The tolerance to use when determining intersection. Defaults to zero.
Return Value
Type Description
Boolean True if the given outline intersects this outline.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null