Click or drag to resize

APIgetSectionRebarSize Method

Get rebar dimensions from selected section
REST path: /section/rebar/size/[ID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.7.3.2 (2.7.3.2)
Syntax
public string[] getSectionRebarSize(
	string ID
)

Parameters

ID  String
ID of the section

Return Value

String
Array of size of rebar number. All values in mm. Each item starts with Dd with d the diameter for bars, base x height @ rotation for rectangular reinforcements
See Also