 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic double[] getMaxMinWoodArmerMoments(
int elementID
)
Public Function getMaxMinWoodArmerMoments (
elementID As Integer
) As Double()
Dim instance As API
Dim elementID As Integer
Dim returnValue As Double()
returnValue = instance.getMaxMinWoodArmerMoments(elementID)
public:
array<double>^ getMaxMinWoodArmerMoments(
int elementID
)
member getMaxMinWoodArmerMoments :
elementID : int -> float[]
Parameters
- elementID Int32
- One element in wall or slab group
Return Value
DoubleAn 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