# Sandbox.Terrain.SubdivisionFactor

```csharp
int SubdivisionFactor { get; set; }
```

How many times to subdivide each block mesh (1 = one vertex per heightmap texel). Higher adds displacement
detail at the cost of more vertices.

Declared in [Sandbox.Terrain](/api/Sandbox.Terrain).
Assembly: `Sandbox.Engine`.
