Click or drag to resize

FrameSuperElement.GetModalDisplacements 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: System.Double
Specified location from starting node
MinValues
Type:System.Double[]
Minimum values
MaxValues
Type:System.Double[]
Maximum values
modeNr
Type: System.Int32
Mode number
See Also