Click or drag to resize

APIgetStoreyStiffnessTable Method

Get the storey stiffness table for a given loadcase
REST path: /model/storeystiff/[lc]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntax
public List<List<string>> getStoreyStiffnessTable(
	string lc
)

Parameters

lc  String
Name of the loadcase that contains a set of lateral forces, for each storey

Return Value

ListListString
Storey stiffness table as a list of list of string
See Also