Click or drag to resize

APIsetEnvelope Method

Set an envelope combination from an existing loadcase. It can be called multiple times.
REST path: /loadcase/combo/setenv/[name]/[loadcase]/[factor]/[type]/[servType]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setEnvelope(
	string name,
	string loadcase,
	double factor,
	int type = 0,
	int servType = 0
)

Parameters

name  String
Name of the loadcase to transform into a combination, or target combination
loadcase  String
Name of the loadcase to add to the combination
factor  Double
Factor for the loadcase to add to the combination
type  Int32  (Optional)
Set the combination type for checking: 0 (default) unknown, 1 ultimate, 2 serviceability, 3 seismic
servType  Int32  (Optional)
Set the serviceability combination type for checking: 0 (default) unknown, 1 characteristic, 2 frequent, 3 quasi-permanent

Return Value

Boolean
True if successful
See Also