 | APIgetEndRelease Method |
Give beam releases ratios. If 0, the dof is completely released.
REST path: /element/beamendrelease/[beamID]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic double[,] getEndRelease(
string beamID
)
Public Function getEndRelease (
beamID As String
) As Double(,)
Dim instance As API
Dim beamID As String
Dim returnValue As Double(,)
returnValue = instance.getEndRelease(beamID)
public:
array<double,2>^ getEndRelease(
String^ beamID
)
member getEndRelease :
beamID : string -> float[,]
Parameters
- beamID String
- ID of the beam
Return Value
DoubleMatrix of double of size [2,6], 6 for end I and 6 for end J. -1 means the DoF is not released
RemarksAll zeroes if element not found or releases not applied
See Also