Click or drag to resize

APIsetPDeltaAnalysis Method

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

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

Parameters

name  String
Name of the loadcase
tol  Double  (Optional)
Tolerance

Return Value

Boolean
True if successful
See Also