Click or drag to resize

APIgetElementOffset Method

Get the element offset for selected beam element
REST path: /element/beamoffset/[elem]
REST verb: GET

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

Parameters

elem  String
ID of the beam element

Return Value

Double
An 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