Can FluidImporter for SketchUp import options be set programmatically via Ruby?

Hi,

I am automating FluidImporter Pro in SketchUp with Ruby.

I already found a direct way to run the Import command through UI::Command / FluidImporterPro.import, so I no longer need to simulate the import hotkey.

What I need now is to control these import options before running the import:

  • Flatten
  • Smooth Edges = Never
  • Merge Coplanar Faces = Off

Is there any public Ruby API, hidden method, preferences storage, or config file that allows setting these options programmatically before calling import?

From inspection, the Ruby side seems to expose only the import entry point, while the actual implementation appears to be in the native binary loader.

If this is not supported, please confirm that these settings can only be changed through the import dialog UI.

Many thanks.