Click or drag to resize

APIaddEC8spectrum Method

Add a EC8 spectrum function from given paramters.
REST path: /function/ec8spectrum/[ag]/[q]/[LS]/[damping]/[soilType]/[type1]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int addEC8spectrum(
	double ag,
	double q,
	string LS,
	double damping = 0.05,
	string soilType = "A",
	bool type1 = true
)

Parameters

ag  Double
Spectral acceleration for T=0
q  Double
Behaviour factor
LS  String
Limit State (OLS,DLS,LLS or CLS)
damping  Double  (Optional)
Damping ratio for the spectrum. Eg. 0.05
soilType  String  (Optional)
Soil category, letters A,B,C,D,E
type1  Boolean  (Optional)
Flag. If true, Type 1 spectrum is returned, Type 2 otherwise.

Return Value

Int32
The ID of the added spectral function
See Also