Click or drag to resize

APIsetBucklingAnalysis Method

Set a buckling analysis from an existing loadcase, if it doesn't contain loads, use addLoadCaseToCombination to add the load contained in other loadcases.
REST path: /loadcase/setbuck/[name]/[Nmodes]/[tol]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setBucklingAnalysis(
	string name,
	int Nmodes,
	double tol = 0.0001
)

Parameters

name  String
Name of the loadcase
Nmodes  Int32
Number of requested buckling modes
tol  Double  (Optional)
Tolerance

Return Value

Boolean
True if successful
See Also