Click or drag to resize

APIcustomCheck Method

Run checking on user formulae. No node or element quantities are given. See also getItemDataResults method.
REST path: /res/check/item
REST verb: POST
REST body: formulae

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public Dictionary<string, decimal> customCheck(
	List<string> formulae
)

Parameters

formulae  ListString
Dictionary of string and decimal containing formulae (see NextFEM Scripting language reference)

Return Value

DictionaryString, Decimal
A dictionary of string and decimal containing all the checking results
See Also