Click or drag to resize

LinearLoadCaseForSuperNode Class

3D Frame Analysis Library
Load Case class (linear), for example DEAD, LIVE etc. for a node
Inheritance Hierarchy
SystemObject
  Frame3DLinearLoadCaseForSuperNode

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
[SerializableAttribute]
public class LinearLoadCaseForSuperNode

The LinearLoadCaseForSuperNode type exposes the following members.

Constructors
  NameDescription
Public methodLinearLoadCaseForSuperNode
Load case initialization
Top
Methods
  NameDescription
Public methodEquals
Loadcase Equals overriden function
(Overrides ObjectEquals(Object).)
Top
Fields
  NameDescription
Public fieldMx
Nodal loads with respect to the global coordinate system
Public fieldMy
Nodal loads with respect to the global coordinate system
Public fieldMz
Nodal loads with respect to the global coordinate system
Public fieldname
Load case name
Public fieldPx
Nodal loads with respect to the global coordinate system
Public fieldPy
Nodal loads with respect to the global coordinate system
Public fieldPz
Nodal loads with respect to the global coordinate system
Public fieldType
Load case type
Top
See Also