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.
X

Parameters

  • components
    Type: IEnumerable<String>
    The result's components.