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)
Syntaxpublic void GetModalDisplacements(
	double Loc,
	out double[] MinValues,
	out double[] MaxValues,
	int modeNr
)
Public Sub GetModalDisplacements ( 
	Loc As Double,
	<OutAttribute> ByRef MinValues As Double(),
	<OutAttribute> ByRef MaxValues As Double(),
	modeNr As Integer
)
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