Plugin to export file google skecthup to XML format
-
I need plugin to export google sketchup file to XML format appropriate to a data of other software
-
What is wrong with the built-in xml type exporters like .dae ? Have you tried making one then changing the file's suffix to suit and using one with this 'other app' ?
-
You mean export to collada files?
But it not in format approprite and i need to convert it
can I use script ruby to convert it?I'd seen also su2kt it convert to XML file
I need to export information like size , position materiel ...
-
Collada defines XML schema. http://www.collada.org/2005/11/COLLADASchema/ So .dae is .xml as much as SU2KT exports .xml or maybe even more.
-
A Collada 'dae' file has most of that info in it.
Perhaps if you export your .skp to .dae using Ruby'sexport()
and then rename the file and use Ruby file/text manipulation on it so it then suits what you want, that might be the easier way... -
So you think that the easier way is to convert
to collada and after i should use ruby script to
manipulate it? -
Assuming the format is quite similar - do you have an example of the format you are aiming for ?
-
Dig around this forum also. I think someone recently detailed in the developers forum how they got an xml writer hooked up through ruby so they can write xml files easily.
Advertisement