LoadCordinateSystem Enumeration |
3D Frame Analysis Library
Defines whether loads given with respect to the local or global coordinate system
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax [SerializableAttribute]
public enum LoadCordinateSystem
<SerializableAttribute>
Public Enumeration LoadCordinateSystem
Members
| Member name | Value | Description |
---|
| Local | 0 |
Loads defined in local coordinate system
|
| Global | 1 |
Loads defined in global coordinate system
|
| GlobalProjectionForUniformLoadsOnly | 2 |
Loads defined in global coordinate system (projection on global axis)
|
See Also