2027 Constructor
Changes 0
Name Return Type Description
O BoundingBoxIsInsideFilter(Outline) None Constructs a new instance of a filter to match elements with a bounding box that is contained by the given Outline.
O 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.
O 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.
O 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.