Click or drag to resize

APIsetMacroelement Method

Assign macroelement type to the selected element
REST path: /element/macro/[elemID]/[macroType]
REST verb: POST

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setMacroelement(
	string elemID,
	int macroType
)

Parameters

elemID  String
Selected element ID
macroType  Int32
Line=0, Line3=1, Quad1=2, Quad2=3, Quad3=4, masonryWall=5, rigidWall=6. Use -1 to remove assignation

Return Value

Boolean
Boolean
See Also