[glass] Update field size defaults in Field2D.cpp (#6298)

Looks like the field length is longer in 2024. Used the onshape model to measure the size.
This commit is contained in:
Chris Gerth
2024-01-23 23:28:17 -06:00
committed by GitHub
parent 47652d7a3c
commit a70e83ae2e

View File

@@ -222,8 +222,8 @@ class ObjectInfo {
class FieldInfo {
public:
static constexpr auto kDefaultWidth = 15.98_m;
static constexpr auto kDefaultHeight = 8.21_m;
static constexpr auto kDefaultWidth = 16.541052_m;
static constexpr auto kDefaultHeight = 8.211_m;
explicit FieldInfo(Storage& storage);