Click or drag to resize

APIgetModalPeriod Method

Get a modal period of the structure or the buckling factor
REST path: /res/period/[num]/[loadcase]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double getModalPeriod(
	int num,
	string loadcase
)

Parameters

num  Int32
Number of the mode
loadcase  String
Name of the loadcase

Return Value

Double
0 if not found or error
See Also