Click or drag to resize

APIgetSectionRebarCoords Method

Get rebar coordinates from selected section
REST path: /section/rebar/coords/[ID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[,] getSectionRebarCoords(
	string ID
)

Parameters

ID  String
ID of the section

Return Value

Double
Array of X,Y coordinates of size (rebarNumber,2). Coordinates are always referred to the center of reinforcement
See Also