public void SetValue(string key, DxfHeaderValue value) => Codes[key] = value;
internal static bool IsVector3(this DxfHeaderValue header) => header.GroupCodes.Count == 3 && header.GroupCodes.TrueForAll(c => c >= 10 && c <= 37);