IResult

Interface definition for Result.

Declaration Syntax

public interface IResult

Table 1807: Members

Property

Components

Gets the result component names.

Property

ForcedToDefault

Gets true if the result files not provide unit system information. In this case, the reader take the provided default unit system. Gets false if the reader can identify the unit system.

Property

Location

Gets the result location (noda, element or nodes of element).

Property

Name

Gets the result name.

Method

GetComponentInfo(string)

Gets a component information.

Method

GetElementValues(int)

Gets the result's element values for the given element id.

Method

GetElementValues(IEnumerable<int>, bool)

Gets the result's element values for the given list of element indices.

Method

GetNodeValues(IEnumerable<int>)

Gets the result's node values for the given list of node Ids.

Method

GetNodeValues(int)

Gets the result's node values for the given node Id.

Method

SelectComponents(IEnumerable<string>)

Selects the components to read with the GetNodeValues and GetElementValues methods. By default, all result's components are selected.