 | APIgetSectionOffset Method |
Get the section offset for selected beam element
REST path: /section/set/offset/[ID]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic double[] getSectionOffset(
string ID
)
Public Function getSectionOffset (
ID As String
) As Double()
Dim instance As API
Dim ID As String
Dim returnValue As Double()
returnValue = instance.getSectionOffset(ID)
public:
array<double>^ getSectionOffset(
String^ ID
)
member getSectionOffset :
ID : string -> float[]
Parameters
- ID 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