Click or drag to resize

APImergeModelData Method

Merge a new model to the existing one
REST path: /model/data
REST verb: PUT

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool mergeModelData(
	string modeldata
)

Parameters

modeldata  String
Model in JSON format

Return Value

Boolean
True if successful
See Also