Table of Contents

Class ActivatedLoadCase

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

Constructors

ActivatedLoadCase(LoadCase, double, ActivationType, SFactorType)

Create a (construction stage) activated load case.

public ActivatedLoadCase(LoadCase loadCase, double factor, ActivationType type, SFactorType sfactors = null)

Parameters

loadCase LoadCase

The load case to be activated.

factor double

Load case factor.

type ActivationType

ActivationType.

sfactors SFactorType

SFactorType.

ActivatedLoadCase(PTCLoadCase, double, ActivationType, SFactorType)

Create a (construction stage) activated load case of a PTC load case.

public ActivatedLoadCase(PTCLoadCase loadCase, double factor, ActivationType type, SFactorType sfactors = null)

Parameters

loadCase PTCLoadCase

The PTC load case to be activated.

factor double

Load case factor.

type ActivationType

Activation type.

sfactors SFactorType

ActivatedLoadCase(Moving_load_type, int, double, ActivationType, SFactorType)

Create a (construction stage) activated load case of a Moving load case.

public ActivatedLoadCase(Moving_load_type movingLoad, int index, double factor, ActivationType type, SFactorType sfactors = null)

Parameters

movingLoad Moving_load_type

The moving load to be activated.

index int

The step/index of the moving load.

factor double

Load case factor.

type ActivationType

Activation type.

sfactors SFactorType

Fields

_case

public string _case

Field Value

string

Properties

Factor

public double Factor { get; set; }

Property Value

double

IsLoadCase

public bool IsLoadCase { get; }

Property Value

bool

IsMovingLoad

public bool IsMovingLoad { get; }

Property Value

bool

IsPTCLoadCase

public bool IsPTCLoadCase { get; }

Property Value

bool

LoadCaseDisplayName

public string LoadCaseDisplayName { get; }

Property Value

string

LoadCaseGuid

public Guid LoadCaseGuid { get; }

Property Value

Guid

MovingLoadIndex

public int MovingLoadIndex { get; }

Property Value

int

PTCLoadCase

public PTCLoadCase PTCLoadCase { get; }

Property Value

PTCLoadCase

SFactors

public SFactorType SFactors { get; set; }

Property Value

SFactorType

Type

public ActivationType Type { get; set; }

Property Value

ActivationType

_factor

public double _factor { get; set; }

Property Value

double

Methods

ToString()

public override string ToString()

Returns

string