Table of Contents

Class ExcitationForceLoadCase

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

Constructors

ExcitationForceLoadCase()

public ExcitationForceLoadCase()

ExcitationForceLoadCase(LoadCase, double, Diagram)

public ExcitationForceLoadCase(LoadCase loadCase, double force, Diagram diagram)

Parameters

loadCase LoadCase
force double
diagram Diagram

Properties

Diagram

public Diagram Diagram { get; set; }

Property Value

Diagram

Force

public double Force { get; set; }

Property Value

double

LoadCase

public LoadCase LoadCase { get; set; }

Property Value

LoadCase

_diagram

public Diagram _diagram { get; set; }

Property Value

Diagram

_diagramName

public string _diagramName { get; set; }

Property Value

string

_loadCase

public LoadCase _loadCase { get; set; }

Property Value

LoadCase

_loadCaseGuid

public Guid _loadCaseGuid { get; set; }

Property Value

Guid