MutableCell

fun MutableCell(    id: DefinitionId,     orientations: List<Orientations> = listOf(Orientations()),     color: Vec3F? = null,     priority: Int = 0,     customName: String? = null)