Mesh to_off method?

Hi, is there a method already for serializing compas mesh to .off?
thanks!

yes, to_off is available since 0.15.5

note however, that it just serializes the geometry for now. so the attribute info will get lost… if you need full serialisation, use to_json

1 Like