Click or drag to resize

APIaddQuadWithID Method

Add a quad planar element to the model with the desired ID
REST path: /element/add/quadwithid/[n1]/[n2]/[n3]/[n4]/[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 addQuadWithID(
	string n1,
	string n2,
	string n3,
	string n4,
	string ID,
	int sect = 0,
	int mat = 0
)

Parameters

n1  String
Connected node 1
n2  String
Connected node 2
n3  String
Connected node 3
n4  String
Connected node 4
ID  String
Element ID
sect  Int32  (Optional)
Optional section ID
mat  Int32  (Optional)
Optional material ID

Return Value

Boolean
The ID of the added elem
See Also