Table of Contents

Class Footfall

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

Constructors

Footfall(double)

Define calculation parameters for a footfall calculation.

public Footfall(double top)

Parameters

top double

Top of substructure. Masses on this level and below are not considered in Footfall calculation.

Properties

Top

public double Top { get; set; }

Property Value

double

Methods

Default()

Define default calculation parameters for a footfall calculation.

public static Footfall Default()

Returns

Footfall