Click or drag to resize

APIgetElementRebarCoords Method

Get rebar coordinates from selected element
REST path: /element/rebar/coords/[elem]/[progr]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.7.3.2 (2.7.3.2)
Syntax
public double[,] getElementRebarCoords(
	string elem,
	double progr
)

Parameters

elem  String
ID of the element or group name
progr  Double
Progressive abscissa (relative value from 0 to 1)

Return Value

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