Something went wrong while setting issue due date.
CircleFact is broken
After Refactoring of circlefact in MMT, it can no longer be parsed in Unity as structure and URIs have seemingly changed.
After Refactoring of circlefact in MMT, it can no longer be parsed in Unity as structure and URIs have seemingly changed.
added Bug Unity-Backend labels
Regarding CircleFact.cs in line 103: normal = SOMDoc.MakeVector3((OMA)planeOMA.arguments[1]);
planeOMA.arguments[1] is of type SOMDoc, and someone's trying to cast it into an OMA.