# `GSPathOperator addIntersections:`

*Type Method*

## Declaration

```swift
class func addIntersections(_ segments: NSMutableArray!) -> Bool
```

```objc
+ (BOOL) addIntersections:(NSMutableArray<GSPathSegment *> *) segments;
```

```python
addIntersections_(segments: list[GSPathSegment]) -> bool
```

