Click or drag to resize

APIaddLoadCaseToCombination Method

Add a loadcase and a factor to an already existing combination, buckling or PDelta analysis
REST path: /loadcase/combo/add/[name]/[loadcase]/[factor]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addLoadCaseToCombination(
	string name,
	string loadcase,
	double factor
)

Parameters

name  String
Name of the combination or buckling analysis
loadcase  String
Name of the loadcase to add to the combination
factor  Double
Factor for the loadcase to add to the combination

Return Value

Boolean
True if successful
See Also