# `GSGuide.intersections`

*Instance Property*

The outline intersections calculated for the most recently supplied layer.

## Declaration

```swift
var intersections: FTPointArray? { get set }
```

```objc
@property (nonatomic, strong) FTPointArray * intersections;
```

```python
intersections() -> FTPointArray
setIntersections_(intersections: FTPointArray)
```

## Discussion

The points are ordered along the guide and exclude the points delimiting the query. A value of `nil` indicates that no intersection line could be formed for the layer.

## See Also

### Measurements and Grid

- [`GSGuide.showMeasurement`](/Core/GlyphsCore/GSGuide/showMeasurement) — Whether distances between consecutive outline intersections are displayed.
- [`GSGuide.grid`](/Core/GlyphsCore/GSGuide/grid) — The distance in font units between tick marks along a line guide.
- [`GSGuide calculateIntersectionsForLayer:`](/Core/GlyphsCore/GSGuide/calculateIntersectionsForLayer:) — Calculates the intersections between the guide and a layer’s outlines.

