Click or drag to resize

APIgetElemIDsByProperty Method

Get a list of element IDs with the specified material, section, element type, spring property or macroelement
REST path: /element/filterbyproperty/[matID]/[sectID]/[Etype]/[sprProp]/[macroElem]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntax
public string[] getElemIDsByProperty(
	string matID = "",
	string sectID = "",
	int Etype = 0,
	string sprProp = "",
	string macroElem = ""
)

Parameters

matID  String  (Optional)
Material ID
sectID  String  (Optional)
Section ID
Etype  Int32  (Optional)
Element type: 1 line, 2 tria, 3 quad, 4 hexa, 5 wedge, 6 tetra, spring 40, 20 line3, 21 quad8, 23 hexa20, 24 tetra10, 25 tria6, 26 wedge15
sprProp  String  (Optional)
Name of spring property from getSpringProperties()
macroElem  String  (Optional)
Name of the macroelement associated from getMacroelements()

Return Value

String
IDs of filtered elements
See Also