namespace WpfEngineeringSketch.Models.Scene { public enum BlockType { Cube, Sphere, Cylinder, Column, Beam, CMUWall, Connection, GridLine, UIIndicator } }