Closed AlanRynne closed 3 years ago
For future reference, the OnDeserialised
method is not being called when deserialising a Brep
, so none of it's circular references are being set.
Fixed on @cristi8's Serialisation changes that were just merged in #713
When sending any brep from GH and then getting it back, we get as a result it's mesh representation.
This means that the
Brep
is failing to be converted. I suspect this may have something to do with the circular references that are set on every brep member to point to it's brep parent.This is recent, as they work just fine in our latest release.