 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic double[] getMaxMinWoodArmerMoments(
string groupName
)
Public Function getMaxMinWoodArmerMoments (
groupName As String
) As Double()
Dim instance As API
Dim groupName As String
Dim returnValue As Double()
returnValue = instance.getMaxMinWoodArmerMoments(groupName)
public:
array<double>^ getMaxMinWoodArmerMoments(
String^ groupName
)
member getMaxMinWoodArmerMoments :
groupName : string -> float[]
Parameters
- groupName String
- Wall or slab group name
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