I have a ply file new.ply.
ply
format ascii 1.0
element vertex 8
property float x
property float y
property float z
element face 7
property list uchar int vertex_index
element edge 5
property int vertex1
property int vertex2
property uchar red
property uchar green
property uchar blue
end_header
0 0 0
0 0 1
0 1 1
0 1 0
1 0 0
1 0 1
1 1 1
1 1 0
3 0 1 2
3 0 2 3
4 7 6 5 4
4 0 4 5 1
4 1 5 6 2
4 2 6 7 3
4 3 7 4 0
0 1 255 0 255
1 2 255 255 0
2 3 0 255 255
3 0 255 255 255
2 0 0 0 0
Can I show the edge color in Blender?
