Click or drag to resize

APIsetLoadCasePhaseInCombination Method

Set the phase to a loadcase in an already existing combination, for analysis
REST path: /loadcase/combo/setphase/[name]/[loadcase]/[phase]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setLoadCasePhaseInCombination(
	string name,
	string loadcase,
	int phase
)

Parameters

name  String
Name of the combination or buckling analysis
loadcase  String
Name of the loadcase to add to the combination
phase  Int32
Set phase as integer for the selected loadcase in the combination. 0 for variable load, 1 for constant load

Return Value

Boolean
True if successful
See Also