Void IResult.SelectComponents(IEnumerable<String> components)
Selects the components to read with the GetNodeValues and GetElementValues methods. By default, all result's components are selected.
Examples
Gets the strain for the components X and Y.
resultReader = result.Analysis.GetResultsData()
strain_result = resultReader.GetResult("EPEL")
strain_result.SelectComponents(["X","Y"])