I am exporting the model in obj format using the following hash. options_hash = {:model_units => Length::Meter, :doublesided_faces => true, :triangulated_faces => false, :swap_yz => true}
Exported obj file contents.
# Alias OBJ Model File
# Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited
# File units = inches
I tested from SU2018, with a file units set to Architectural (Fractional Inches), using
the export option :units => "m". All looks good The exported OBJ file is in meters…
At the top of the OBJ file it says …
# Alias OBJ Model File
# Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited
# File units = meters
So make sure you have spelled the export option key ":units"correctly.
NO. The ":units" export option key works correctly (as designed.)