(self, other: BaseCoordElement, strict: bool = True)
| 1274 | |
| 1275 | @mixin_textblock_meta |
| 1276 | def union(self, other: BaseCoordElement, strict: bool = True): |
| 1277 | return self.block.union(other, strict=strict) |
| 1278 | |
| 1279 | @mixin_textblock_meta |
| 1280 | def intersect(self, other: BaseCoordElement, strict: bool = True): |