public static BoundingBox ReadBoundingBox(GH_IReader reader, string itemName) { return(reader.GetBoundingBox(itemName).FromIO()); }