<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Dear all,<div><br></div><div>I'd like visualize fields associated to my mesh nodes, stored in a .PLY file. Each field is a float property of vertices, but, as far as I can see, ParaView doesn't see them.</div><div><br></div><div>For example, in this ply I added a fourth 'temperature' field, but I can't find it in the User Interface. Is there a way to see this field (and additional ones) without dropping the ply format?</div><div><br></div><div>Thank you,</div><div><br></div><div>Fabrizio</div><div><br></div><div><br></div><div><div>ply</div><div>format ascii 1.0</div><div>element vertex 6</div><div>property float x</div><div>property float y</div><div>property float z</div><div>property float t</div><div>element face 2</div><div>property list uchar float vertex_index</div><div>end_header</div><div>0 0 0 0</div><div>1 0 0 1</div><div>1 1 0 1</div><div>0 1 0 0.5</div><div>2 0 0 2</div><div>2 1 0 1.5</div><div>4 0 1 2 3</div><div>4 1 4 5 2</div></div>                                               </div></body>
</html>