# `MinMeaningfulGrid`

*Global Variable*

The threshold a grid interval must exceed to enable coordinate rounding.

## Declaration

```swift
let MinMeaningfulGrid: CGFloat
```

```objc
extern const CGFloat MinMeaningfulGrid;
```

```python
MinMeaningfulGrid: float
```

## See Also

### Grid Rounding

- [`MinPrecisionThreshold`](/Core/GlyphsCore/MinPrecisionThreshold) — The tolerance used when comparing coordinates.

