Click or drag to resize

APIgetMacroelement Method

Get the macroelement type assigned to the selected element
REST path: /element/macro/[elemID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int getMacroelement(
	string elemID
)

Parameters

elemID  String
Selected element ID

Return Value

Int32
Line=0, Line3=1, Quad1=2, Quad2=3, Quad3=4, masonryWall=5, rigidWall=6, -1 if not assigned
See Also