Click or drag to resize

APIgetElementRebarSegments Method

Get rebar segments with their initial and final position, in percentage of element length
REST path: /section/rebar/segments/[elem]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[] getElementRebarSegments(
	string elem
)

Parameters

elem  String
ID of the element or group name

Return Value

Double
An array of double with {Linital, Lfinal} for each segment. The number of segment is the lenght of the array divided by 2
See Also