OverloadĀ List
Name | Description | |
---|---|---|
BoundingBoxContainsPointFilter(XYZ) |
Constructs a new instance of a filter to match elements with a bounding box that contains the given point.
|
|
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.
|
|
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.
|
|
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.
|