Click or drag to resize

APIgetTotalMass Method

Return the total mass of the model, or of the selected nodes
REST path: /model/totalmass
REST verb: POST
REST body: selectedNodes

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntax
public double[] getTotalMass(
	string[] selectedNodes = null
)

Parameters

selectedNodes  String  (Optional)
Array of selected node IDs

Return Value

Double
Array in form (Mx,My,Mz,Ix,Iy,Iz)
See Also