---
title: edgeCreaseCount
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdlsubmeshtopology/edgecreasecount
---

# edgeCreaseCount

The number of entries in the edge creases buffers.

## Declaration

```swift
var edgeCreaseCount: Int { get set }
```

## Discussion

Discussion The edgeCreases buffer contains this number of crease values. Because each edge is composed of two vertices, the edgeCreaseIndices buffer contains twice this number of vertex indices.

## See Also

### Identifying Creases

- [edgeCreaseIndices](modelio/mdlsubmeshtopology/edgecreaseindices.md)
- [edgeCreases](modelio/mdlsubmeshtopology/edgecreases.md)
- [vertexCreaseIndices](modelio/mdlsubmeshtopology/vertexcreaseindices.md)
- [vertexCreases](modelio/mdlsubmeshtopology/vertexcreases.md)
- [vertexCreaseCount](modelio/mdlsubmeshtopology/vertexcreasecount.md)
