Click or drag to resize

APIgetParticipatingMassesRatios Method

Get ratios of participating masses from modal or response spectrum analysis
REST path: /res/partmasses/[mode]/[loadcase]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[] getParticipatingMassesRatios(
	int mode,
	string loadcase
)

Parameters

mode  Int32
Mode number
loadcase  String
Name of the loadcase

Return Value

Double
Array of double
See Also