Interface definition for the Result Reader.
Declaration Syntax
public interface IResultReader
Table 1863: Members
| 
                 Property  | ContactElementIds | 
                 Gets the list of the contact elements used by the current result reader.  | 
| 
                 Property  | ContactNodeIds | 
                 Gets the list of the contact nodes used by the current result reader.  | 
| 
                 Property  | CurrentResultSet | 
                 Gets or sets the current reader's resultSet.  | 
| 
                 Property  | CurrentTimeFreq | 
                 Gets or sets the current time/frequency value.  | 
| 
                 Property  | HasImaginaryResults | 
                 Gets a value indicating whether the reader contains imaginary result values.  | 
| 
                 Property  | Layer | 
                 Gets or sets the reader's layer number.  | 
| 
                 Property  | LayeredSolidStressStyle | 
                 Gets or sets the layered solid stress style.  | 
| 
                 Property  | ListTimeFreq | 
                 Gets the reader's defined times/frequencies.  | 
| 
                 Property  | ResultNames | 
                 Gets the reader's defined result names.  | 
| 
                 Property  | ResultSetCount | 
                 Gets the reader's resultSet count.  | 
| 
                 Property  | ShellPosition | 
                 Gets or Sets the position on which the elemental result is returned.  | 
| 
                 Property  | TransformsToGlobal | 
                 Gets or sets the transform to global flag.  | 
| 
                 Method  | CreateMeshData() | 
                 Create a MeshData from the mesh data contained in the .RST file. CreateMeshData is a prerequisite to be able to manage the degenerated elements during the ACT post processing or to return the computed results as the contact results.  | 
| 
                 Method  | GetResult(string, MechanicalUnitSystem) | 
                 Gets a result object for given result name.  | 
| 
                 Method  | NumberValuesByElement(IList<int>) | 
                 Gets the list of the number of result values for each entity id in ids  |