Interface: ISolverData

Defines the data associated to a specfied solve type.

Methods

Name Description
GetContactId(Int32) Returns the solver contact identifier by its data model id.
GetContactTargetId(Int32) Returns the solver target contact identifier by its data model id.
GetCoordinateSystemSolverId(Int32) Returns the solver identifier of a coordinate system by its data model id.
GetMaterialSolverId(Int32) Returns the solver material identifier related to a body id.
GetNewElementId() Generates a new element id, and increment the MaxElementId property.
GetNewElementType() Generates a new element type id, and increment the MaxElementType property.
GetNewNodeId() Generates a new node id, and increment the MaxNodeId property.
GetRemotePointNodeId(Int32) Returns the node id associated to a remote point.

Properties

Name Description
CurrentStep Gets the current step number.
MaxElementId Gets the current maximum element id of the solver.
MaxElementType Gets the current maximum element type id of the solver.
MaxNodeId Gets the current maximum node id of the solver.
SolveType Gets the type of the current solve.