Click or drag to resize

APIgetElementsChecksByMat Method

Get the checks stored in the model for the selected material type
REST path: /res/check/elementsM/[mat]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public APIcheck[] getElementsChecksByMat(
	int mat
)

Parameters

mat  Int32
Material type: Steel = 1, Aluminium = 2, Concrete = 3, Timber = 4, Masonry = 5, TensionFragile = 6, Fire Resistant = 7

Return Value

APIcheck
Null if no checking are available
See Also