Click or drag to resize

APIchangeSolver Method

Change the default solver
REST path: /op/opt/changesolver/[type]
REST verb: GET
REST header: {"path", path}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool changeSolver(
	int type,
	string path = ""
)

Parameters

type  Int32
0 for default solver, 1 for OpenSees, 2 for CalculiX
path  String  (Optional)
Optional. Full path to the solver assembly.

Return Value

Boolean
True if successful, False if path is missing
Remarks
Full path is required for solver type 1 or 2.
See Also