Click or drag to resize

APIaddTria Method

Add a tria planar element to the model
REST path: /element/add/tria/[n1]/[n2]/[n3]/[sect]/[mat]
REST verb: GET

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

Parameters

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

Return Value

String
The ID of the added elem
See Also