In my Sketchup extension, I need to create an option for importing DXF files.
I am planning to use the model.import ruby API to achieve the same. But this API does not provide any facility to enable/disable the import options such as Preserve Drawing Origin , which is generally available under Options section while importing AUTOCAD models using the File β Import option.
Is there any way to enable/disable the Preserve Drawing Origin option using ruby API ? Or do we need to create a custom Importer to achieve the same ?