Table of Contents

Class ExcitationForceCombination

Namespace
FemDesign.Loads
Assembly
FemDesign.Core.dll
public class ExcitationForceCombination
Inheritance
ExcitationForceCombination
Inherited Members
Extension Methods

Constructors

ExcitationForceCombination()

public ExcitationForceCombination()

ExcitationForceCombination(string, double, List<ExcitationForceLoadCase>)

public ExcitationForceCombination(string name, double dT, List<ExcitationForceLoadCase> records)

Parameters

name string
dT double
records List<ExcitationForceLoadCase>

Properties

Name

public string Name { get; set; }

Property Value

string

dT

public double dT { get; set; }

Property Value

double

records

public List<ExcitationForceLoadCase> records { get; set; }

Property Value

List<ExcitationForceLoadCase>