Click or drag to resize

APIgetLoadCombinationsTable Method

Get the load combinations table set in the model.
REST path: /loadcases/combostable/[includeEnvelopes]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.7.2.0 (2.7.2.0)
Syntax
public List<string[]> getLoadCombinationsTable(
	bool includeEnvelopes = true
)

Parameters

includeEnvelopes  Boolean  (Optional)
Optional. False to exclude envelopes

Return Value

ListString
Array of strings
See Also