Click or drag to resize

APIrecalculateSection Method

Recalculate section properties, if needed
REST path: /section/recalc/[ID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool recalculateSection(
	int ID
)

Parameters

ID  Int32
ID of the section

Return Value

Boolean
True if successful
See Also