2021 Class
Changes 0
C

ElementIntersectsFilter

Description:
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
Name Return Type Description Inherited From
M IsCategorySupported(Element) bool Identifies if the input element is of a category supported by element intersection filters.
M IsElementSupported(Element) bool Identifies if the input element is supported by element intersection filters.
M Dispose() None Releases all resources used by the ElementFilter
M PassesFilter(Document, ElementId) bool Applies the filter to a given element. ElementFilter
M PassesFilter(Element) bool Applies the filter to a given element. ElementFilter
Name Return Type Description Inherited From
P 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
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. ElementFilter