ElementIntersectsFilter
Description:
A base class for filters used to match elements which intersect with geometry.
A base class for filters used to match elements which intersect with geometry.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ElementFilter
Autodesk.Revit.DB.ElementSlowFilter
Autodesk.Revit.DB.ElementIntersectsFilter
Autodesk.Revit.DB.ElementIntersectsElementFilter
Autodesk.Revit.DB.ElementIntersectsSolidFilter
System.Object
Autodesk.Revit.DB.ElementFilter
Autodesk.Revit.DB.ElementSlowFilter
Autodesk.Revit.DB.ElementIntersectsFilter
Autodesk.Revit.DB.ElementIntersectsElementFilter
Autodesk.Revit.DB.ElementIntersectsSolidFilter
public class ElementIntersectsFilter : ElementSlowFilter
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsCategorySupported(Element) | bool | Identifies if the input element is of a category supported by element intersection filters. | |
| IsElementSupported(Element) | bool | Identifies if the input element is supported by element intersection filters. | |
| Dispose() | None | Releases all resources used by the | ElementFilter |
| PassesFilter(Document, ElementId) | bool | Applies the filter to a given element. | ElementFilter |
| PassesFilter(Element) | bool | Applies the filter to a given element. | ElementFilter |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Inverted | bool | True if the results of the filter are inverted; elements that would normally be accepted by this filter will be rejected, and elements that would normally be rejected will be accepted. | ElementFilter |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | ElementFilter |