Click or drag to resize

APIsaveModel Method

Save the model and results with desired name
REST path: /op/save
REST verb: GET
REST header: {"path", filename}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool saveModel(
	string filename
)

Parameters

filename  String

Return Value

Boolean
True if the model has been loaded correctly, False otherwise
See Also