Click or drag to resize

APIaddTruss Method

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

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

Parameters

n1  String
First node ID
n2  String
Second node ID
sect  Int32  (Optional)
Optional section ID
mat  Int32  (Optional)
Optional material ID

Return Value

String
The ID of the added elem
See Also