Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
[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 => trueThen import them using
model.import
Advertisement