# `GSPathOperator intersectPaths:with:error:`

*Type Method*

## Declaration

```swift
class func intersect(_ intersectPaths: [GSPath]!, with paths: NSMutableArray!) throws
```

```objc
+ (BOOL) intersectPaths:(NSArray<GSPath *> *) intersectPaths with:(NSMutableArray<GSPath *> *) paths error:(NSError **) error;
```

```python
intersectPaths_with_error_(intersectPaths: list[GSPath], paths: list[GSPath]) -> tuple[bool, NSError]
```

