BoundingBoxContainsPointFilter Constructor

Overload List
 NameDescription
Public methodBoundingBoxContainsPointFilter(XYZ) Constructs a new instance of a filter to match elements with a bounding box that contains the given point.
Public methodBoundingBoxContainsPointFilter(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 methodBoundingBoxContainsPointFilter(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 methodBoundingBoxContainsPointFilter(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.
Top
See Also