Click or drag to resize

APIgetMaxMinWoodArmerMoments(String) Method

Get maximum and minimun Wood-Armer moments from elements in the same group of the selected element
REST path: /res/maxminwoodarmerg/[groupName]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[] getMaxMinWoodArmerMoments(
	string groupName
)

Parameters

groupName  String
Wall or slab group name

Return Value

Double
An array of length 2 containing max and min moments in this order: bottom dir.x, botton dir.y, top dir.x, top dir.y
See Also