Click or drag to resize

APIgetRigidOffsets Method

Get beam end offset length ratios, or and array of 0 if no end offset is present
REST path: /element/beamendoffset/[beamID]
REST verb: GET

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

Parameters

beamID  String
ID of the beam element

Return Value

Double
Return an array of size 2 with the relative length of the rigid offset for ends I and J, respectively
See Also