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.6.0.0 (2.6.0.0)
Syntax
public string[] getSectionRebarSize(
	string ID
)

Parameters

ID  String
ID of the section

Return Value

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