ShapeModel.boolean_intersection
- ShapeModel.boolean_intersection(A: Tuple[int, int], B: Tuple[int, int]) Tuple[int, int][source]
Boolean intersection of two shapes.
- Parameters
A (tuple) – The dimension and tag of the first shape.
B (tuple) – The dimension and tag of the second shape.
Results
——-
tuple – The dimension and tag of the resulting shape.