 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic double[] getRigidOffsets(
string beamID
)
Public Function getRigidOffsets (
beamID As String
) As Double()
Dim instance As API
Dim beamID As String
Dim returnValue As Double()
returnValue = instance.getRigidOffsets(beamID)
public:
array<double>^ getRigidOffsets(
String^ beamID
)
member getRigidOffsets :
beamID : string -> float[]
Parameters
- beamID String
- ID of the beam element
Return Value
DoubleReturn an array of size 2 with the relative length of the rigid offset for ends I and J, respectively
See Also