<div dir="ltr"><div dir="ltr">I've been unable to find where to change the crossSection and spine in X3duomToX3dPythonPackage.xslt<br> , searching for "# default".   Look for defaultValue just before it is my suggestion.</div><div dir="ltr"><br></div><div>See how crossSection and spine need to change to be acceptable.</div><div><br></div><div>Thanks!  No rush, I have a patched x3d.py I am using.</div><div><br></div><div>John</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 9, 2022 at 4:26 AM John Carlson <<a href="mailto:yottzumm@gmail.com">yottzumm@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">$ diff /c/x3d-code/<a href="http://www.web3d.org/x3d/stylesheets/python/x3d.py" target="_blank">www.web3d.org/x3d/stylesheets/python/x3d.py</a> x3d.py<br>39004c39004<br><             crossSection = [(1, 1, 1, -1, -1, -1, -1, 1, 1, 1)] # default<br>---<br>>             crossSection = [(1, 1), (1, -1), (-1, -1), (-1, 1), (1, 1)] # default<br>39054c39054<br><             spine = [(0, 0, 0, 0, 1, 0)] # default<br>---<br>>             spine = [(0, 0, 0), (0, 1, 0)] # default<br><div><br></div><div>==============================================================</div><div>Patches to x3d.py's xslt next.</div></div>
</blockquote></div></div>