Click or drag to resize

APIgetShearResFromDict(DictionaryString, Decimal) Method

Get section shear resistance from an already performed checking given in a dictionary of string, decimal
REST path: /op/sectioncalc/shearres
REST verb: GET
REST body: dict

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[] getShearResFromDict(
	Dictionary<string, decimal> dict
)

Parameters

dict  DictionaryString, Decimal
Dictionary of string, double of an already performed checking

Return Value

Double
An array of size 2 with VrdY and VrdZ
See Also