Click or drag to resize

APIgetMaxMinWoodArmerMoments(Int32) 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.6.0.0 (2.6.0.0)
Syntax
public double[] getMaxMinWoodArmerMoments(
	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