Click or drag to resize

APIsetQuasiPermanentLoadcase Method

Set the loadcase hosting the quasi-permanent loading condition. Empty string to delete the setting
REST path: /load/setqp/[loadcase]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntax
public bool setQuasiPermanentLoadcase(
	string loadcase
)

Parameters

loadcase  String
Name of the loadcase

Return Value

Boolean
True if successful
See Also