Table of Contents

Class Footfall

Namespace
FemDesign.Loads
Assembly
FemDesign.Core.dll

footfall_analysis_data

public class Footfall : EntityBase, ILoadElement, IFemDesignEntity
Inheritance
Footfall
Implements
Inherited Members
Extension Methods

Constructors

Footfall(Point3d, string, string)

Create a Footfall full excitation

public Footfall(Point3d position, string identifier = "FE", string comment = null)

Parameters

position Point3d
identifier string
comment string

Footfall(Region, string, string)

Create a Footfall self excitation

public Footfall(Region region, string identifier = "SE", string comment = null)

Parameters

region Region

Contours defining a region to apply footfall analysis on.

identifier string
comment string

Fields

Comment

public string Comment

Field Value

string

Name

public string Name

Field Value

string

Position

public Point3d Position

Field Value

Point3d

Region

public Region Region

Field Value

Region

Properties

IsFullExcitation

public bool IsFullExcitation { get; }

Property Value

bool

IsSelfExcitation

public bool IsSelfExcitation { get; }

Property Value

bool