<Code Lib>
2026 Overloads
Changes 0

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