Click or drag to resize

APIgetBillOfMaterials Method

Get the bill of materials of the current model, or for the selected elements
REST path: /model/bom
REST verb: POST
REST body: selectedElements

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntax
public string[] getBillOfMaterials(
	string[] selectedElements = null
)

Parameters

selectedElements  String  (Optional)
Array of selected element IDs

Return Value

String
The bill of materials as a list of string
See Also