---
title: SCNGeometryTessellator
framework: scenekit
role: symbol
role_heading: Class
path: scenekit/scngeometrytessellator
---

# SCNGeometryTessellator

## Declaration

```swift
class SCNGeometryTessellator
```

## Topics

### Choosing a Smoothing Algorithm

- [smoothingMode](scenekit/scngeometrytessellator/smoothingmode.md)
- [SCNTessellationSmoothingMode](scenekit/scntessellationsmoothingmode.md)

### Initializers

- [init(coder:)](scenekit/scngeometrytessellator/init(coder:).md)

### Instance Properties

- [edgeTessellationFactor](scenekit/scngeometrytessellator/edgetessellationfactor.md)
- [insideTessellationFactor](scenekit/scngeometrytessellator/insidetessellationfactor.md)
- [isAdaptive](scenekit/scngeometrytessellator/isadaptive.md)
- [isScreenSpace](scenekit/scngeometrytessellator/isscreenspace.md)
- [maximumEdgeLength](scenekit/scngeometrytessellator/maximumedgelength.md)
- [tessellationFactorScale](scenekit/scngeometrytessellator/tessellationfactorscale.md)
- [tessellationPartitionMode](scenekit/scngeometrytessellator/tessellationpartitionmode.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Managing Tessellation

- [tessellator](scenekit/scngeometry/tessellator.md)
