Defines the data associated to a specfied solve type.
Declaration Syntax
public interface ISolverData
Table 1959: Members
| 
                 Property  | CurrentStep | 
                 Gets the current step number.  | 
| 
                 Property  | MaxElementId | 
                 Gets the current maximum element id of the solver.  | 
| 
                 Property  | MaxElementType | 
                 Gets the current maximum element type id of the solver.  | 
| 
                 Property  | MaxNodeId | 
                 Gets the current maximum node id of the solver.  | 
| 
                 Property  | SolveType | 
                 Gets the type of the current solve.  | 
| 
                 Method  | GetContactId(int) | 
                 Returns the solver contact identifier by its data model id.  | 
| 
                 Method  | GetContactTargetId(int) | 
                 Returns the solver target contact identifier by its data model id.  | 
| 
                 Method  | GetCoordinateSystemSolverId(int) | 
                 Returns the solver identifier of a coordinate system by its data model id.  | 
| 
                 Method  | GetMaterialSolverId(int) | 
                 Returns the solver material identifier related to a body id.  | 
| 
                 Method  | GetNewElementId() | 
                 Generates a new element id, and increment the MaxElementId property.  | 
| 
                 Method  | GetNewElementType() | 
                 Generates a new element type id, and increment the MaxElementType property.  | 
| 
                 Method  | GetNewNodeId() | 
                 Generates a new node id, and increment the MaxNodeId property.  | 
| 
                 Method  | GetRemotePointNodeId(int) | 
                 Returns the node id associated to a remote point.  |