Click or drag to resize

APIsetCombinationCoeffPsi Method

Set the psi combination coefficient to the desired value
REST path: /loadcase/setpsi/[subscript]/[type]/[value]
REST verb: GET

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

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
value  Double
Desired psi value

Return Value

Boolean
True if successful
See Also