# `GSNodeConnection.GSNodeConnectionSuperSmooth`

*Case*

The connection is adjusted for a more refined transition from the incoming to the outgoing path segment.

## Declaration

```swift
case superSmooth
```

```objc
GSNodeConnectionSuperSmooth
```

```python
GSNodeConnectionSuperSmooth
```

## Discussion

When one path segment is a line and the other a cubic curve, then the position of the node and of the off-curve nodes is adjusted for a smoother transition. An additional curve segment may be added on export to allow for a finer transition curvature.

When both path segments are cubic curves, then the position of the node is adjusted for a smoother transition.

