<Code Lib>
2027 Overloads
Changes 0

Name Return Type Description
C BoundingBoxIntersectsFilter(Outline) None Constructs a new instance of a filter to match elements with a bounding box that intersects the given Outline.
C BoundingBoxIntersectsFilter(Outline, Boolean) None Constructs a new instance of a filter to match elements with a bounding box that intersects the given Outline, with the option to invert the filter and match all elements with a bounding box that are not intersecting the given Outline.
C BoundingBoxIntersectsFilter(Outline, Double) None Constructs a new instance of a filter to match elements with a bounding box that intersects the given Outline.
C BoundingBoxIntersectsFilter(Outline, Double, Boolean) None Constructs a new instance of a filter to match elements with a bounding box that intersects the given Outline, with the option to invert the filter and match all elements with a bounding box that are not intersecting the given Outline.