Click or drag to resize

APIconvertSectionToThinWalled Method

Convert the selected section to its thin-walled representation (axis + thickness)
REST path: /section/convertw/[ID]/[CF_rc]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.2 (2.8.1.2)
Syntax
public bool convertSectionToThinWalled(
	int ID,
	double CF_rc = 0
)

Parameters

ID  Int32
ID of the section to be converted in-place
CF_rc  Double  (Optional)
Optional. Curvature radius, default 0 (auto-assigned by the program to thickness / 10)

Return Value

Boolean
True if successful
See Also