Click or drag to resize

APIsetSeismicLoadcaseForCombos Method

Set the seismic loadcase for directional combinations (e.g. response spectrum). Repeat the command for other directions.
REST path: /loadcase/combo/setseismiclc/[direction]/[loadcase]/[enableFloorEccentricity5]/[seismicCombinationType]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setSeismicLoadcaseForCombos(
	int direction,
	string loadcase,
	bool enableFloorEccentricity5 = false,
	int seismicCombinationType = 0
)

Parameters

direction  Int32
1 X, 2 Y, 3 Z
loadcase  String
Name of the seismic loadcase
enableFloorEccentricity5  Boolean  (Optional)
Optional. False as default
seismicCombinationType  Int32  (Optional)
Optional. 100,30 rule is default (0), use (1) for SRSS rule

Return Value

Boolean
True if successful
See Also