Click or drag to resize

APIconvertThinWalledToSection Method

Convert the selected thin-walled section to its compact representation
REST path: /section/convertc/[ID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.2 (2.8.1.2)
Syntax
public bool convertThinWalledToSection(
	int ID
)

Parameters

ID  Int32
ID of the section to be converted in-place

Return Value

Boolean
True if successful
See Also