Class Footfall
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
Footfall(Region, string, string)
Create a Footfall self excitation
public Footfall(Region region, string identifier = "SE", string comment = null)
Parameters
regionRegionContours defining a region to apply footfall analysis on.
identifierstringcommentstring
Fields
Comment
public string Comment
Field Value
Name
public string Name
Field Value
Position
public Point3d Position
Field Value
Region
public Region Region
Field Value
Properties
IsFullExcitation
public bool IsFullExcitation { get; }
Property Value
IsSelfExcitation
public bool IsSelfExcitation { get; }