I use standard Autodesk viewer. When I open the model in the Forge viewer and choose some object I received Autodesk model viewer properties
but numeric properties is wrong. For example, it shows that "Versatz unten" 3.92600000000001 m But if I GET this property from the model using your API it will be "3.926 m"
I tried the same model on B360 viewer and rounding of properties is even worse For example, it shows that "Versatz unten" 4 m But if I GET this property from the model using your API it will be "3.926 m" B360 model viewer properties
This problem affects on filter method we use in our project Is there some solution to fix this problem? Thank you!