Click or drag to resize

APIaddBeam Method

Add a new beam to the model. Existing results will be deleted.
REST path: /element/add/beam/[n1]/[n2]/[sect]/[mat]/[sect2]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string addBeam(
	string n1,
	string n2,
	int sect = 0,
	int mat = 0,
	int sect2 = 0
)

Parameters

n1  String
First node ID
n2  String
Second node ID
sect  Int32  (Optional)
Optional section ID
mat  Int32  (Optional)
Optional material ID
sect2  Int32  (Optional)
Optional section ID of the section at the end of the beam

Return Value

String
The ID of the added elem
See Also