FlightGear YASim model visualizer for OpenSCAD. This code is intended to display YASim elements as overlay to OpenSCAD model. It can be also used in the FreeCAD using the OpenSCAD import feature.
The example example-yasim.xml file could be converted to OpenSCAD file by runnig:
python yasim2scad.py example-yasim.xml example-openscad.scad
Then the generated example-openscad.scad file should be opened in OpenSCAD as standard project file.
Copyright ThunderFly s.r.o.
Related tool is yasimtoscad wich seems to do a similar job.