Enum BuildingPart
Categories of building parts for post-build identification. Aligns with BuildingPalette material groups.
public enum BuildingPart
Fields
Accent = 5Secondary trim, parapet caps (AccentMaterial).
Ceiling = 2Ceiling slab (CeilingMaterial).
ExteriorWalls = 0All exterior wall segments (WallMaterial).
Floor = 1Floor slab (FloorMaterial).
Foundation = 6Foundation block (FloorMaterial).
InteriorWalls = 9Interior wall segments (WallMaterial).
Pillars = 4Corner pillars (PillarMaterial).
Roof = 7Parapet walls, hip roof slopes/slabs (WallMaterial).
Stairs = 8Stair geometry (FloorMaterial).
Trim = 3Roof trim, corner trim, base molding, door frames (TrimMaterial).