Class Loads
loads
public class Loads
- Inheritance
-
Loads
- Inherited Members
- Extension Methods
Constructors
Loads()
public Loads()
Fields
FootfallAnalysisData
public List<Footfall> FootfallAnalysisData
Field Value
LineLoads
public List<LineLoad> LineLoads
Field Value
LineStressLoads
public List<LineStressLoad> LineStressLoads
Field Value
LineSupportMotionLoads
public List<LineSupportMotion> LineSupportMotionLoads
Field Value
LineTemperatureLoads
public List<LineTemperatureLoad> LineTemperatureLoads
Field Value
LoadCases
public List<LoadCase> LoadCases
Field Value
LoadCombinations
public List<LoadCombination> LoadCombinations
Field Value
PointLoads
public List<PointLoad> PointLoads
Field Value
PointSupportMotionLoads
public List<PointSupportMotion> PointSupportMotionLoads
Field Value
PressureLoads
public List<PressureLoad> PressureLoads
Field Value
SurfaceLoads
public List<SurfaceLoad> SurfaceLoads
Field Value
SurfaceTemperatureLoads
public List<SurfaceTemperatureLoad> SurfaceTemperatureLoads
Field Value
Properties
ExcitationForce
public ExcitationForce ExcitationForce { get; set; }
Property Value
GroundAccelerations
public Ground_acceleration_type GroundAccelerations { get; set; }
Property Value
LoadCaseMassConversionTable
public MassConversionTable LoadCaseMassConversionTable { get; set; }
Property Value
LoadGroupTable
public LoadGroupTable LoadGroupTable { get; set; }
Property Value
Masses
public List<Mass> Masses { get; set; }
Property Value
MovingLoads
public List<Moving_load_type> MovingLoads { get; set; }
Property Value
PeriodicExcitations
public PeriodicExcitation PeriodicExcitations { get; set; }
Property Value
SeismicLoads
public Seismic_load_type SeismicLoads { get; set; }
Property Value
SurfaceStressLoads
public List<Surface_stress_load_type> SurfaceStressLoads { get; set; }
Property Value
SurfaceSupportMotionLoads
public List<SurfaceSupportMotion> SurfaceSupportMotionLoads { get; set; }
Property Value
Methods
DeserializeFromFilePath(string)
public static Loads DeserializeFromFilePath(string filePath)
Parameters
filePathstring
Returns
GetLoadGroups()
Gets the ModelGeneralLoadGroup objects of the LoadGroupTable.
public List<ModelGeneralLoadGroup> GetLoadGroups()
Returns
- List<ModelGeneralLoadGroup>
List of ModelGeneralLoadGroup objects
GetLoads()
Get PointLoad, LineLoad, PressureLoad and SurfaceLoads from Loads.
public List<ILoadElement> GetLoads()