---
title: geometry
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnlevelofdetail/geometry
---

# geometry

The geometry associated with this level of detail.

## Declaration

```swift
var geometry: SCNGeometry? { get }
```

## Discussion

Discussion SceneKit renders this geometry instead of the original geometry when the level of detail is appropriate. Generally, levels of detail with larger worldSpaceDistance values or smaller screenSpaceRadius values should contain less complex geometries. If the value of this property is nil, SceneKit renders no geometry at this level of detail.

## See Also

### Inspecting a Level of Detail

- [screenSpaceRadius](scenekit/scnlevelofdetail/screenspaceradius.md)
- [worldSpaceDistance](scenekit/scnlevelofdetail/worldspacedistance.md)
