Skip to content

BoundingBoxContainsPointFilter

Public Constructor

Overload List

Name

Description


Public Method
BoundingBoxContainsPointFilter(XYZ)

Constructs a new instance of a filter to match elements with a bounding box that contains the given point.


Public Method
BoundingBoxContainsPointFilter(XYZ, Boolean)

Constructs a new instance of a filter to match elements with a bounding box that contains the given point, with the option to invert the filter and match all elements with a bounding box that do not contain the given point.


Public Method
BoundingBoxContainsPointFilter(XYZ, Double)

Constructs a new instance of a filter to match elements with a bounding box that contains the given point, while specifying the tolerance to be used in deciding if the point matches the criteria.


Public Method
BoundingBoxContainsPointFilter(XYZ, Double, Boolean)

Constructs a new instance of a filter to match elements with a bounding box that contains the given point, while specifying the tolerance to be used in deciding if the point matches the criteria. This constructor includes the option to invert the filter and match all elements with a bounding box that do not contain the given point.