Hi @tim,
when exporting meshes using Rhino.FileIO.FileObj.Write
using the overload which uses an Array
of Rhino.Geometry.Mesh
, the following write option seems to be ignored:
obj_options.MapZtoY = True
Meshes in the resulting obj file always are in the same orientation regardless of the MapZtoY
value. If i export the whole scene instead, the MapZtoY
value is correct.
_
c.