public static void WriteBoundingBox(GH_IWriter writer, string itemName, BoundingBox data) { writer.SetBoundingBox(itemName, data.ToIO()); }