@brandonK212 your example is very helpful.
I am wondering on one point though.
let classification = meshAnchor.geometry.classificationOf(faceWithIndex: 0)
This assumes that all the faces in this anchor share the same classification, which in practice is not the case.
Is there any easy/straightforward way to do this colorization based on the individual faces' classification?