Touchstone Re 2023 API Reference
BuildingShape Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : BuildingShape Enumeration
Provides a set of descriptors to represent the overall shape of the a building's footprint.
Syntax
Public Enum BuildingShape 
   Inherits System.Enum
Dim instance As BuildingShape
public enum BuildingShape : System.Enum 
Members
MemberDescription
CircularDefines a circular building footprint shape (3).
ComplexDefines a complex building footprint shape (8).
HShapedDefines an H-shaped building footprint shape (7).
LShapedDefines an L-shaped building footprint shape (4).
RectangleDefines a rectangular building footprint shape (2).
SquareDefines a square building footprint shape (1).
TShapedDefines a T-shaped building footprint shape (5).
UnknownDefines an unknown (default) building footprint shape (0).
UShapedDefines a U-shaped building footprint shape (6).
Remarks
Shape is critical for the performance of a structure, especially for large commercial buildings. In general, simple regular forms like squares and rectangles perform better than combinations of those, such as L and T shaped buildings. The sharp corners in these complex shapes are vulnerable.
Inheritance Hierarchy

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

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