<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ClippingComponent/FeatheredEdge-swift.struct/positiveEdgeInset",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation17ClippingComponentV13FeatheredEdgeV08positiveF5Insets5SIMD3VySfGvp"
  },
  "title" : "positiveEdgeInset"
}
-->

# positiveEdgeInset

The distance from each positive edge (+X, +Y, +Z) of the clip bounds over which opacity fades to 0,
expressed in local coordinate space units.

```
var positiveEdgeInset: SIMD3<Float>
```

## Discussion

Values range from `0.0` to the half-extent of the bounding box on each axis. For example:

- `0.0` means no feathering on that edge.
- An inset distance  value of `2.0`on X axis creates a 2-unit feather zone inward from the +X edge.

---

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)