💡 LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
[plugin] xml parser
-
I need to save the complex entity of SU to xml and then load them. REXML is too slow, and the libxml-ruby is really hard to compile. Does anyone have the working lib? Or other suggestion?
thanks.
-
Export / Import
DAE files are XML.
You can select what you wish to save, and call:
model.export( "some/path/filename.dae", optshash )
Create the options hash first with
:selectionset_only => true
Then import them using
model.import
Advertisement