 | APIgetElementOffset Method |
Get the element offset for selected beam element
REST path: /element/beamoffset/[elem]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic double[] getElementOffset(
string elem
)
Public Function getElementOffset (
elem As String
) As Double()
Dim instance As API
Dim elem As String
Dim returnValue As Double()
returnValue = instance.getElementOffset(elem)
public:
array<double>^ getElementOffset(
String^ elem
)
member getElementOffset :
elem : string -> float[]
Parameters
- elem String
- ID of the beam element
Return Value
DoubleAn array of size 2 with offset in z and offset in y local directions. Return null array even if the element is not found
See Also