Click or drag to resize

APIreadBeamForces Method

Add a beam forces set to results.
REST path: /res/import/beamforces/[num]/[loadcase]/[time]/[N]/[Vy]/[Vz]/[Mt]/[Myy]/[Mzz]/[pos]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool readBeamForces(
	string num,
	string loadcase,
	string time,
	double N,
	double Vy,
	double Vz,
	double Mt,
	double Myy,
	double Mzz,
	double pos
)

Parameters

num  String
ID of the beam element
loadcase  String
Loadcase to filled
time  String
Time. For linear analyses, use 1.
N  Double
Axial force
Vy  Double
Shear force in y local axis
Vz  Double
Shear force in z local axis
Mt  Double
Twisting moment
Myy  Double
Bending moment around y axis
Mzz  Double
Bending moment around z axis
pos  Double
Distance from the beginning of the beam to the station specified

Return Value

Boolean
True if successful
Remarks
This function can be called multiple times to add the desired number of stations to a beam forces result
See Also