Click or drag to resize

APIaddSolid Method

Add a solid element to the model. Element type is set on the size of the number of nodes
REST path: /element/add/solid/[mat]
REST verb: GET
REST header: {"nodes", nodes}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string addSolid(
	string[] nodes,
	int mat = 0
)

Parameters

nodes  String
Array of nodes. 4 for tetra, 6 for wedge, 8 for hexa, 10 for tetra10, 15 for wedge15, 20 for hexa20.
mat  Int32  (Optional)
Optional material ID

Return Value

String
The ID of the added elem
See Also