<div dir="ltr"><span style="font-size:13px;line-height:15.6px">Hi to all,</span><div style="font-size:13px;line-height:15.6px"><br></div><div style="font-size:13px;line-height:15.6px">I am reading a vtk data file, containing finite element results. As such, it contains an unstructured grid and several scalars, defined for example as:</div><div style="font-size:13px;line-height:15.6px"><br></div><div style="font-size:13px;line-height:15.6px"><div>SCALARS Nodal_stress float 6</div><div>LOOKUP_TABLE default</div><div>      0.2075E+02      0.3887E+00      0.0000E+00     -0.2607E+00      0.0000E+00      0.0000E+00</div></div><div style="font-size:13px;line-height:15.6px">      .....</div><div style="font-size:13px;line-height:15.6px"><br></div><div style="font-size:13px;line-height:15.6px">I am able to read the data file, get the number and names of scalars and vectors and display a colormap plot from any of the scalars using a pipeline with the following classes:</div><div style="font-size:13px;line-height:15.6px"><br></div><div style="font-size:13px;line-height:15.6px">1- vtkDataSetReader</div><div style="font-size:13px;line-height:15.6px">2- vtkDataSetMapper</div><div style="font-size:13px;line-height:15.6px">3- vtkActor</div><div style="font-size:13px;line-height:15.6px"><br></div><div style="font-size:13px;line-height:15.6px">I select the scalar to display with the method vtkDataSetReader.SetScalarsName(), but this way I can only display the first component of the scalar (from the six in the example).</div><div style="font-size:13px;line-height:15.6px"><br></div><div style="font-size:13px;line-height:15.6px">My question is, how can I select any other component than the first from the scalars data?</div></div><div dir="ltr">-- <br></div><div dir="ltr">Por favor confirmar recepción.<div><br></div><div>Atte.</div><div><br></div><div>Guillermo E. Giraldo Fernandez</div><div>Cel. 301 628 6730</div><div>Colombia - Suramérica</div></div>