# `GSPath.segmentsFast`

*Instance Property*

The path represented as path segments without collecting path object information.

## Declaration

```swift
var segmentsFast: [GSPathSegment] { get }
```

```objc
@property (nonatomic, readonly) NSArray<GSPathSegment *> * segmentsFast;
```

```python
segmentsFast() -> list[GSPathSegment]
```

## See Also

### Segments

- [`GSPath.segments`](/Core/GlyphsCore/GSPath/segments) — The path represented as path segments.
- [`GSPath segmentAtNodeIndex:`](/Core/GlyphsCore/GSPath/segmentAtNodeIndex:) — The segment associated with a node index.
- [`GSPath segmentAtNodeIndex:segmentStartIndex:segmentEndIndex:`](/Core/GlyphsCore/GSPath/segmentAtNodeIndex:segmentStartIndex:segmentEndIndex:) — The segment associated with a node index and the node index range it covers.

