Click or drag to resize

APIgetCombinationCoeffPsi Method

Get the current psi combination coefficient
REST path: /loadcase/getpsi/[subscript]/[type]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double getCombinationCoeffPsi(
	int subscript,
	int type
)

Parameters

subscript  Int32
0 for psi0, 1 for psi1, 2 for psi2
type  Int32
1 for variable loading, 2 for wind loads, 3 for snow loading

Return Value

Double
Double value
See Also