Determine if this Outline intersects the input Outline to within a specified tolerance.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool Intersects( Outline outline, double tolerance )
Parameters
- 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
BooleanTrue if the given outline intersects this outline.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
