Click or drag to resize

APIsetElementSection Method

Assign a section to an element. An alternative to assignSectionToElement
REST path: /section/[sectID]/assign/[elem]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setElementSection(
	string elem,
	int sectID
)

Parameters

elem  String
Beam or planar element ID
sectID  Int32
ID of the section

Return Value

Boolean
Boolean value
See Also