Click or drag to resize

APIsetSeismicFloorEccentricity Method

Compute floor torque moments for accounting 5% eccentricity for center of mass of each rigid floor. Rigid diaphragms and masses are required.
REST path: /loadcase/combo/setseismicecc/[thID]/[ct]/[lam]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setSeismicFloorEccentricity(
	int thID,
	double ct = 0.05,
	double lam = 1
)

Parameters

thID  Int32
ID of the spectrum function to be used as reference for total base shear
ct  Double  (Optional)
Optional, default 0.05. Coefficient for estimation of fundamental period from EC8 4.6: T1=ct*H^(3/4)
lam  Double  (Optional)
Optional, default 1. Coefficient for estimation of base shear as per EC8 4.5: Fb=Sd(T1)*m*lam

Return Value

Boolean
True if successful
Remarks
To be called before generating the load combinations
See Also