 | APIsolverType Property |
Get current solver type. The property is read-only, use changeSolver to modify it
REST path: /op/opt/solvertype
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int solverType { get; }
Public ReadOnly Property solverType As Integer
Get
Dim instance As API
Dim value As Integer
value = instance.solverType
public:
property int solverType {
int get ();
}
member solverType : int with get
Return Value
Int320 for default solver, 1 for OpenSees, 2 for CalculiX
See Also