Click or drag to resize

APIgetLoadcaseFactor Method

Get load factor for the function associated to the selected loadcase
REST path: /loadcase/getfactor/[loadcase]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double getLoadcaseFactor(
	string loadcase
)

Parameters

loadcase  String
Name of the loadcase

Return Value

Double
Double value
See Also