<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBezierPath/defaultFlatness",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBezierPath(cpy)defaultFlatness"
  },
  "title" : "defaultFlatness"
}
-->

# defaultFlatness

The default flatness value for all paths.

```
class var defaultFlatness: CGFloat { get set }
```

## Return Value

The default value for determining the smoothness of curved paths, or 0.6 if no other value has been set.

## See Also

[`var flatness: CGFloat`](/documentation/AppKit/NSBezierPath/flatness)

The accuracy with which curves are rendered.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)