Click or drag to resize

APIgetFirstMode Method

Get from results or estimate the first period of the structure. If no results are available, relationship as per EC8 4.6 is used.
REST path: /res/firstmode/[ct]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double getFirstMode(
	double ct = 0.05
)

Parameters

ct  Double  (Optional)
Optional, default 0.05. Coefficient for estimation of fundamental period from EC8 4.6: T1=ct*H^(3/4)

Return Value

Double
The first period of the model
See Also