<!--
{
  "availability" : [
    "iOS: 8.0.0 - 26.0.0",
    "iPadOS: 8.0.0 - 26.0.0",
    "macCatalyst: 13.1.0 - 26.0.0",
    "macOS: 10.8.0 - 26.0.0",
    "tvOS: 9.0.0 - 26.0.0",
    "visionOS: 1.0.0 - 26.0.0",
    "watchOS: 3.0.0 - 26.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SceneKit",
  "identifier" : "/documentation/SceneKit/SCNText/chamferProfile",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SceneKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SCNText(py)chamferProfile"
  },
  "title" : "chamferProfile"
}
-->

# chamferProfile

A path that determines the cross-sectional contour of each chamfered edge.

```
@NSCopying var chamferProfile: NSBezierPath? { get set }
```

## Discussion

The value of this property must be a two-dimensional path starting at the point `{1, 0}` and ending at the point `{0, 1}`, determining the contour of the shape along its extruded sides. If the value of this property is `nil` and the value of the [`chamferRadius`](/documentation/SceneKit/SCNText/chamferRadius) property is greater than zero, SceneKit uses a chamfer profile in the shape of a quarter circle. [Figure 1](/documentation/scenekit/scntext/1523334-chamferprofile#1965884) illustrates various chamfer profiles applied to the shape of a tilde (~) character.

![](images/com.apple.scenekit/media-1965884@2x.png)

## See Also

[`chamferSegmentCount`](/documentation/SceneKit/SCNText/chamferSegmentCount)

The number of divisions SceneKit uses to create each chamfered edge of the text geometry. Animatable.



---

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)