ShellSuperUniformLoad Constructor |
3D Frame Analysis Library
Initialization of Uniform load class for super frame element
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public ShellSuperUniformLoad(
double _q,
LoadCordinateSystem _loadCordSys
)
Public Sub New (
_q As Double,
_loadCordSys As LoadCordinateSystem
)
Parameters
- _q
- Type: SystemDouble
- _loadCordSys
- Type: Frame3DLoadCordinateSystem
Defines whether loads given with respect to the local or global coordinate system
See Also