Click or drag to resize

APIgetLoadCombinations Method

Get the names of load combinations set in the model.
REST path: /loadcase/combos/[includeEnvelopes]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] getLoadCombinations(
	bool includeEnvelopes = true
)

Parameters

includeEnvelopes  Boolean  (Optional)
Optional. False to exclude envelopes

Return Value

String
Array of strings
See Also