 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic double[] getElementRebarSegments(
string elem
)
Public Function getElementRebarSegments (
elem As String
) As Double()
Dim instance As API
Dim elem As String
Dim returnValue As Double()
returnValue = instance.getElementRebarSegments(elem)
public:
array<double>^ getElementRebarSegments(
String^ elem
)
member getElementRebarSegments :
elem : string -> float[]
Parameters
- elem String
- ID of the element or group name
Return Value
DoubleAn array of double with {Linital, Lfinal} for each segment. The number of segment is the lenght of the array divided by 2
See Also