Click or drag to resize

FrameSuperElementGetModalDisplacements Method

3D Frame Analysis Library
Gets the modal displacements at the specified location of the frame element

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

Parameters

Loc
Type: SystemDouble
Specified location from starting node
MinValues
Type: SystemDouble
Minimum values
MaxValues
Type: SystemDouble
Maximum values
modeNr
Type: SystemInt32
Mode number
See Also