Click or drag to resize

APIgetBeamResShear Method

Get the beam resisting shear for each direction of a beam. WARNING: This is possible only against results of a given loadcase for the element, otherwise a set of zero forces are given and results would not be accurate
REST path: /res/check/beamshearres/[elemID]/[loadcase]/[time]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[,] getBeamResShear(
	string elemID,
	string loadcase = "",
	string time = "1"
)

Parameters

elemID  String
ID of the selected element
loadcase  String  (Optional)
Optional. Loadcase for results
time  String  (Optional)
Optional. Time for results

Return Value

Double
An array containing a list of {abscissa,Vry,-Vry,Vrz,-Vrz}
See Also