sps.IntersectionType
- class sps.IntersectionType
An Enum for Querying the index.
Which orthotopes to count, depending on how they intersect the queried area. Only relevant for the Index.count() function.
Members:
enclosed : count orthotopes that are fully enclosed by the queried area
encloses : count orthotopes that fully enclose by the queried area
overlaps : count orthotopes that overlap the queried area
first : count orthotopes that have their bottom-left-front-.. corner in the queried area
last : count orthotopes that have their top-right-back-.. corner in the queried area
points_only : count orthotopes that are point-like and in the queried area
- __init__(self: sps.IntersectionType, value: int) None
Methods
__init__(self, value)Attributes
enclosedenclosesfirstlastnameoverlapspoints_onlyvalue