Touchstone Re 2023 API Reference
Pounding Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : Pounding Enumeration
Provides a set of descriptors to indicate the distance to the nearest structure, which, if not adequate, can cause the two structures to collide during earthquake shaking.
Syntax
Public Enum Pounding 
   Inherits System.Enum
Dim instance As Pounding
public enum Pounding : System.Enum 
Members
MemberDescription
AHalfToFullMeterDefines the case in which the distance to the nearest structure is between 0.5 and 1.0 meters (3).
AQuarterToHalfMeterDefines the case in which the distance to the nearest structure is between 0.25 and 0.5 meters (2).
GreaterThanTwoMetersDefines the case in which the distance to the nearest structure is greater than 2.0 meters (5).
OneToTwoMetersDefines the case in which the distance to the nearest structure is between 1.0 and 2.0 meters (4).
UnknownDefines the case in which the distance to the nearest structure is unknown (default) (0).
UpToAQuarterMeterDefines the case in which the distance to the nearest structure is between 0 and 0.25 meters (1).
Remarks
This factor usually concerns high-rise buildings in densely built areas, like business districts of cities. If the gap between adjacent tall buildings is not adequate, there is potential danger of the two structures colliding during earthquake shaking. This phenomenon is known as the "pounding effect."

Severe damage may occur when the floors of the buildings are at different elevations, and the impact of one building's floors can destroy the columns in the adjacent building.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Exposure.Data.Pounding

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AIR.Services.Common.Exposure.Data Namespace