Click or drag to resize

SuperNodeGetModalDisplacements Method

3D Frame Analysis Library
Gets the modal displacements of the node

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
public void GetModalDisplacements(
	out double[] MinValues,
	out double[] MaxValues,
	int modeNr
)

Parameters

MinValues
Type: SystemDouble
Minimum values
MaxValues
Type: SystemDouble
Maximum values
modeNr
Type: SystemInt32
Mode number
See Also