 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic double getFirstMode(
double ct = 0.05
)
Public Function getFirstMode (
Optional ct As Double = 0.05
) As Double
Dim instance As API
Dim ct As Double
Dim returnValue As Double
returnValue = instance.getFirstMode(ct)
public:
double getFirstMode(
double ct = 0.05
)
member getFirstMode :
?ct : float
(* Defaults:
let _ct = defaultArg ct 0.05
*)
-> float
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
DoubleThe first period of the model
See Also