Click or drag to resize

LoadCaseWithFactor Class

3D Frame Analysis Library
Represents a load case with its corresponding factor for a load combination
Inheritance Hierarchy

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

The LoadCaseWithFactor type exposes the following members.

Constructors
  NameDescription
Public methodLoadCaseWithFactor
Construction
Top
Fields
  NameDescription
Public fieldFactor
Factor to multiply load case with
Public fieldLoadCaseName
Name of the load case
Public fieldmaxStep
Specifies the maximum step of this load case. This should be equal to 1 for linear static analysis. For geometri non linear and time history analysis, it should be equal to the related analysis steps count
Public fieldtype (Inherited from LoadCombinationItem.)
Top
See Also