Click or drag to resize

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
Members
  Member nameValueDescription
Local0 Loads defined in local coordinate system
Global1 Loads defined in global coordinate system
GlobalProjectionForUniformLoadsOnly2 Loads defined in global coordinate system (projection on global axis)
See Also