Click or drag to resize

APIaddLoadCaseToTimeHistoryAnalysis Method

Add a loadcase and a factor to an already existing time-history analysis (static or dynamic)
REST path: /loadcase/combo/addth/[name]/[loadcase]/[factor]/[THid]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addLoadCaseToTimeHistoryAnalysis(
	string name,
	string loadcase,
	double factor,
	int THid = -1
)

Parameters

name  String
Name of the existing time-history analysis
loadcase  String
Name of the loadcase to add
factor  Double
Factor for the loadcase to add
THid  Int32  (Optional)
Optional. The ID of the time series to associate with load, default is -1 for ramp

Return Value

Boolean
True if successful
See Also