Click or drag to resize

APIaddTrussWithID Method

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

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

Parameters

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

Return Value

Boolean
True if successful
See Also