Click or drag to resize

APIgetMaxMinWoodArmerMomentsByElem Method

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

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntax
public double[] getMaxMinWoodArmerMomentsByElem(
	int elementID
)

Parameters

elementID  Int32
One element in wall or slab group

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